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:
1.1.1.1
and 8.8.8.8
tor
and proxychains
on LinuxIs 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:
Problem got resolved by using a system-wide VPN on Windows 10. Not sure why.