Enviroment: Bitbucket Server 6.3.1; git 2.21.0; Windows
Hi,
I'm facing an issue on my Bitbucket server when trying to do a git push.
I have created a new project and a new repository on my Bitbucket server.
Now I want to add the content of a local git repository following the commands from the repository start page.
So first I ran:
git remote add origin http://mqde01eng03.marquardt.de:7990/scm/g1105/20191105g.git
Then I tried this:
C:\dmgit\t_ehb30_5\20191105g>git push -u origin --all
fatal: unable to access 'http://mqde01eng03.marquardt.de:7990/scm/g1105/20191105g.git/': The requested URL returned error: 503
I have restarted the server but it didn't change anything.
Does somebody have an idea what might be the cause or where I can look for additional details on the error?
Thanks
Christoph
so I found the answer... I had the proxy configured in git for testing.
Sorry....
for those looking:
"git config --global -l" shows the settings
"git config --global --unset http.proxy" removes the setting
christoph.ackermann@marquardt.comThanks a lot for this answer. This post helped me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I like it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.