加载头像
git
再次学习怎么使用git 初始化本地 Git 仓库 bash 1 git init 关联远程仓库 bash 1 git remote add origin git@github.com:yourname/your-repo. ... 1