美文网首页
vscode连接github并且提交

vscode连接github并且提交

作者: Rogi | 来源:发表于2019-07-24 12:02 被阅读0次

如果项目没有创建本地git需要先

git init

如果第一次使用vscode链接github还需要配置全局的github账户与密码

git config --global user.name "账号"
git config --global user.email "邮箱"

然后链接github的https

git remote add origin 你的仓库链接

随后在vscode里面

相关文章

网友评论

      本文标题:vscode连接github并且提交

      本文链接:https://www.haomeiwen.com/subject/nxxxrctx.html