从GitHub上克隆项目

第一步:git clone git地址

         

第二步:在克隆下来的文件夹里面使用git客户端,添加文件后

git add .

git commit -m "first commit"

git push -u origin master  输入帐号密码即可

posted @ 2022-07-17 12:14  小大宇  阅读(23)  评论(0编辑  收藏  举报