I have a git repo hosted at AWS whom im trying to preform:
git push -u origin master I am getting the following error:
fatal: http://[URL]/[Repo-Name].git/info/refs not valid: is this a git repository? Ive tried the answer here without any success: Git .git/info/refs not valid: is this a git repository?
fatal: .git/info/refs not valid: is this a git repository?
What will be the possible solutions over this error?
When I am using
git remote -v I am getting:
origin http://[URL]/test1.git (fetch) origin http://[URL]/test1.git (push)
git remote -v. Maybe the URLs differ.