【Git】vs code+git 不使用ssh的链接remote server的方式

git config --global user.name "dennis wu" 
git config --global user.email "email"

cd C:\Users\v-yanywu\source\repos\GIT      
git init
typenul>README.md
git add README.md
git commit -m "add readme"
git remote add origin https://github.com/itdennis/DennisPythonDemoes.git   
git push -u origin master 

posted @ 2019-01-07 13:17  YanyuWu  阅读(411)  评论(0编辑  收藏  举报