天天看点

git通用解决问题

全局配置文件.gitconfig

[user]
	name = 
	email = 
[credential]
helper = store
[remote "origin"]
	proxy = 
	proxy = 
[http]
	sslVerify = false
	sslBackend = openssl
	sslCAInfo = 

           

git config --global user.name “?”

git config --global user.email “[email protected]”

pub复制粘贴

ssh -T [email protected]

Tortoisegit

Pageanr加入旧的key

把仓库改成git开头的链接