标签:提交 test yun 技术 dir git push keygen gen 用户名
ssh-keygen -t rsa -C "yundv@outlook.com"
cd .ssh
查看公钥并将公钥复制到github
ssh -T git@github.com
git config -global user.name "用户名"
git config -global user.email "邮箱地址"
mkdir test
cd test
git init
git pull git@github.com:yundd/test.git
git remote add origin git@github.com:yundd/test.git
echo "hello world">test.txt
git add test.txt
git commit -m "写入提交内容的介绍"
git push git@github.com:yundd/test.git
标签:提交 test yun 技术 dir git push keygen gen 用户名
原文地址:https://www.cnblogs.com/yundd/p/11616351.html