摘要: 1.登陆账号 email git config --global user.name "xxxx" git config --global user.email "xxxxxxxx" 2.1新建仓库之后上传项目 git init git add --all git commit -m "Initia 阅读全文
posted @ 2020-06-17 22:43 名成在天下 阅读(251) 评论(0) 推荐(0)