Forums » Software Development »
git issues
Added by Dennis Volper over 14 years ago
The git commands given in the wiki are incorrect. The best I could guess was "git clone support.criticallink.com:/home/git/u-boot-mitydsp138.git". It asked me for the root password, don't have that so I tried adding an "dvolper@" and it wouldn't accept my account password.
Replies (2)
RE: git issues - Added by Michael Williamson over 14 years ago
Hi Dennis,
try:
git clone git://support.criticallink.com/home/git/u-boot-mitydspl138.git
-Mike
RE: git issues - Added by Dennis Volper over 14 years ago
That's working. I don't see the difference between that and what I cut and pasted out of the wiki for my original try. Oh well.