git 的密码如果末尾是个点会导致提交异常是怎么回事?
資深大佬 : zarte 14
密码如:xxx.
git 站点用的是 gogs 不知道 gitlab 会不会。
push 的时候会提示:RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 话说 git 没有账号密码错误的提示么?
修改 git/config 的的
url = http://git.xx.com:8818/user/repo
为 http://user: [email protected]:8818/user/repo
就可以正常推送了。。。
大佬有話說 (2)