After installation clone is not working
0
I’ve installed GitStack on the server, created a repository, set up a connection to the AD and linked the user. Everything worked well. But when I would clone the repository with (git clone http://localhost:8080/onstwo.git) I get the following message:
fatal: repository ‘http://localhost:8080/onstwo.git/’ not found
in the apache error.log I just shows:
[error] [client 127.0.0.1] Repository not exported: ‘E:/GitStack/repositories/onstwo.git’
the same error message pops up when connecting from a other client and with the the username in the url..
Do you have any ideas how to go further?
asked January 3, 2014
tbt
0
1 Answer
0
Could you check this thread: http://stackoverflow.com/questions/1112622/git-trouble-with-setting-up-daemon-trouble-with-git-clone ?
Your Answer
Please login to post questions.