Unable to clone a Git repo, server error
I'm attempting to use the Git repositories tool to clone my public git repo into the JazzHub code base. Each time I enter my repo url in input box (on https://hub.jazz.net/code/git/git-repository.html) I get the following error:
{"HttpCode":500,"DetailedMessage":"UTF-8charset=UTF-8","Message":"Failed to handle /git/clone requestfor ","Severity":"Error","Code":0}https://github.com/suttonj/powerhour.git
I've used the following urls for the repo, all with the same error:
git://github.com/suttonj/powerhour.git
https://github.com/suttonj/powerhour
http://github.com/suttonj/powerhour
Any help with the git cloning process would be appreciated!
Thanks,
- Jeremy
Accepted answer
Hi Jeremy,
I just tried with my git repo https://github.com/ljhaywar/hello-world.git, and I was successful.
I also tried with your git repo https://github.com/suttonj/powerhour.git, and I was successful. I'm able to browse your files in your repo.
Are you authenticated when you're trying to clone your repo? I'm using FF 21. What browser are you using?
@agarcher @srich @sbrandys Any ideas?
I just tried with my git repo https://github.com/ljhaywar/hello-world.git, and I was successful.
I also tried with your git repo https://github.com/suttonj/powerhour.git, and I was successful. I'm able to browse your files in your repo.
Are you authenticated when you're trying to clone your repo? I'm using FF 21. What browser are you using?
@agarcher @srich @sbrandys Any ideas?
Comments
1 vote