Answer the question
In order to leave comments, you need to log in
How to escape characters in git bash?
Good afternoon! Installed Git with Git Bash on Windows 10. I'm trying to clone the repository (in a regular console), they give an error 407, it seems that the proxy is configured correctly, but it still gives an error 407
git config --global http.proxy "http://домен\пользователь:пароль@сервер:порт"
Answer the question
In order to leave comments, you need to log in
Have you tried this option?
git config --global http.proxy "http://домен\\пользователь:пароль@сервер:порт"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question