proxy - Git Submodule update over https -


I am sitting on a proxy which only allows http / https traffic, I am able to clone a repository with github Yes, but I have to use / push the URL URL and username / password.

Now my issue is a repository with submodules, when I run it out git submodule update , and I can only assume it because it is using an SSH connection Which is blocked (it does not even ask me for password on private principal)

enter your In. In the root of your repo, and the .git / config file in the Gitmodules file, you should find a section for your subject. You can edit the URL there, so it can be accessed via STS request.

Of course it may already be an SSUR URL, in which case the problem may be anything else, but it is the first place to check.

Comments