标签:方法 github tor 字符处理 bsp .com 问题: 字符 ref
遇到问题:
最近因为换了自己的邮箱密码后,每次push的时候都需要填写密码,账号。很烦
解决方法:
亲测有效的方法:、
vim .git-credentials
按照格式输入用户名和密码:假设用户名是liuhongchen,密码是12345!。注意可能会出现特殊字符,会使用百分比编码进行转换
! --> %21 # --> %23 $ --> %24 & --> %26 ‘ --> %27
( --> %28 ) --> %29 * --> %2A + --> %2B , --> %2C
/ --> %2F : --> %3A ; --> %3B = --> %3D ? --> %3F
@ --> %40 [ --> %5B ] --> %5D
http://liuhongchen:12345%21@github.com
git config --global credential.helper store
标签:方法 github tor 字符处理 bsp .com 问题: 字符 ref
原文地址:https://www.cnblogs.com/hiluna/p/9740967.html