I can access self-hosted Git repository by browser. However, git push
on command line throws this error:
$ git push origin m26.12.2--insert-auto-logic
fatal: unable to access 'http://repo.***.com/***/***.git/': The requested URL returned error: 504
So far, tried these without any effect:
- Tried Git Bash on Windows 10
- Changed my DNS server to
1.1.1.1
and8.8.8.8
- Use
tor
andproxychains
on Linux - Use Windows 10 command prompt
- Tried this answer and playing around with Git proxy
- Removing Git credentials suggested by this post
- Trying to use SSH like this one
Is there anything else I can do? Maybe, how can I use this upload approach to push my commits to remote self-hosted Git? I can see the new/upload buttons when browse the remote repository on browser: