
July 7th, 2012, 05:08 PM
|
 |
Contributing User
|
|
|
|
|
Git configuration, cloning repository using gitbox
I have a "simple" cloning repository question that may be unrelated to gitbox.
As root
I created a user, git
I created a directory, wheretogofromhere.git inside user git's directory.
Inside that directory I issued git nit --bare --shared
Exited root and as a user
I cd-ed into the wheretogofromhere project and I issued:
git init
git add .
git commit
git remote add origin /home/git/wheretogofromhere.git
git push origin master
All this went fine without any warnings or errors.
Then I start gitbox and I go to clone a repository buy it fails. I am not sure if the input parameters are correct: git://git.wheretogofromhere.com/wheretogofromhere
Using the above input I receive the following error in my system log:
Jul 7 17:56:58 myMBP Gitbox[573]: GBAskPassController: unknown error: warning: templates not found /usr/local/Cellar/git/1.7.5.4/share/git-core/templates\nfatal: Unable to look up git.wheretogofromhere.com (port 9418) (nodename nor servname provided, or not known)\nCloning into wheretogofromhere... (giving up and calling task's block)
Jul 7 17:56:58 myMBP Gitbox[573]: GBCloningRepositoryController: did FAIL to clone at file://localhost/Users/epanagio/public_html/Dropbox/git/wheretogofromhere/
Jul 7 17:56:58 myMBP Gitbox[573]: GBCloningRepositoryController: output: warning: templates not found /usr/local/Cellar/git/1.7.5.4/share/git-core/templates\nfatal: Unable to look up git.wheretogofromhere.com (port 9418) (nodename nor servname provided, or not known)\nCloning into wheretogofromhere...
I am guessing that the error Unable to look up git.wheretogofromhere.com points to the problem.
What would be the correct input for gitbox to clone the repository?
__________________
Evan
|