dirkmitt
07-08-2011 18:04:57
Hello. I've been trying to follow the advice which was posted, to clone a git repository which has Visual Studio 8 solution files, since the main versions only support VS9. So I tried this Git URL:
https://github.com/betajaen/nxogre/tree/master
Bit my Git clients on both Windows and Linux systems tell me that this is not a valid GIT repository. Also, the Download button doesn't work within the HTTP for this URL. My Git clients sarcastically ask me whether perhaps 'git-update-server-info' needs to be run from there.
Could somebody please give me the correct Git repository, which has Visual Studio 8 Solutions?
Dirk
[Edit:] I found that my solution was, to clone the repository
git://github.com/betajaen/critter.git
Which will next allow me to check out the "buggyswires" branch locally on my hard drive.
https://github.com/betajaen/nxogre/tree/master
Bit my Git clients on both Windows and Linux systems tell me that this is not a valid GIT repository. Also, the Download button doesn't work within the HTTP for this URL. My Git clients sarcastically ask me whether perhaps 'git-update-server-info' needs to be run from there.
Could somebody please give me the correct Git repository, which has Visual Studio 8 Solutions?
Dirk
[Edit:] I found that my solution was, to clone the repository
git://github.com/betajaen/critter.git
Which will next allow me to check out the "buggyswires" branch locally on my hard drive.