This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dev:git:proxy [2021/10/06 05:04] – created js | dev:git:proxy [2021/10/06 05:09] (current) – js | ||
---|---|---|---|
Line 4: | Line 4: | ||
[[https:// | [[https:// | ||
+ | |||
+ | |||
+ | ==== .gitconfig ==== | ||
+ | |||
+ | Add this to the .gitconfig file: | ||
+ | |||
+ | < | ||
+ | proxy = http:// | ||
+ | </ | ||
+ | |||
+ | If you want to restrict the url you want to use this config: | ||
+ | |||
+ | < | ||
+ | [http " | ||
+ | proxy = http:// | ||
+ | </ | ||
+ | |||
+ | If there are ssl problems connecting to the git repo - add | ||
+ | < | ||
+ | [http " | ||
+ | proxy = http:// | ||
+ | sslVerify = false | ||
+ | </ | ||
+ |