赞
踩
1.vscode 安装插件
2.目录使用git 命令行 构建/下载一个空项目到本地
3.执行(进入目录)
git add -f .
git commit -m 'add all'
git remote add orgin xxxxxxx.git
git push -u origin master
4.vscode 左侧 git 菜单可以正常使用了
另可参考: https://www.cnblogs.com/xuanhun/p/6019038.html?utm_source=tuicool&utm_medium=referral
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。