RPC失败;结果= 22; HTTP代码= 401,用户名为“@”
当我尝试在Git中使用HTTP网址和包含@
字符的用户名时,我从git push
收到了RPC错误。
对于git clone
,我必须执行以下操作:
git clone http://user%40domain.com@git_server/git_project
我将用户名中的@
替换为%40
,但git push
不适用于此替换。
如何使用带有@
字符的用户名和git的HTTP后端?
答案 0 :(得分:0)
尝试类似
的内容git clone http://user%26%40domain.com:!password@git_server/git_project