gitlab - Getting fatal error: .git/info/refs not valid: is this a git repository? -


i have git repo hosted @ aws whom im trying preform:

git push -u origin master 

i getting following error:

fatal: http://[url]/[repo-name].git/info/refs not valid: git repository? 

ive tried answer here without success: git .git/info/refs not valid: git repository?

fatal: .git/info/refs not valid: git repository?

what possible solutions on error?

when using

git remote -v 

i getting:

origin  http://[url]/test1.git (fetch) origin  http://[url]/test1.git (push) 

the answers linked refer change in url. happens on locally hosted servers such gitlab ports displayed differ. might want check port is, may not default port(80).


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -