git https 转移到 ssh

git clone https://github.com/**

git remote -v  

转移

git remote set-url origin [email protected]:

git remote -v

git config --global user.email "your git email"

git pull


你可能感兴趣的:(git)