BitbucketGit

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

----------------------------------------------------
git config --list
----------------------------------------------------

ssh-keygen -t rsa -C "your mail"

ls/pwd

cd ~/.ssh
rm -rf *

git clone..

原文地址:https://www.cnblogs.com/youngC/p/2882232.html