- 在github上创建hello的仓库
- 上传本地项目文件
echo "# hello" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:xxx/hello.git
git push -u origin master
原文地址:https://www.cnblogs.com/longling2344/p/11641896.html
时间: 2024-10-20 00:26:41