从github下载的代码压缩包,解压后创建可与github连接的本地项目

echo “# My-pandavan” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin https://github.com/Lonecheat/xxx.git
git push -u origin master

    原文作者:CHEAS_TONG
    原文地址: https://blog.csdn.net/dx5220/article/details/106527228
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞