git
blime-4
分享写过的垃圾代码
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
github错误与解决方法
github错误与解决方法 error: 无法推送一些引用到 ‘https://github.com/blime4/vscode-demo.git’ 提示:更新被拒绝,因为远程仓库包含您本地尚不存在的提交。这通常是因为另外 提示:一个仓库已向该引用进行了推送。再次推送前,您可能需要先整合远程变更 提示:(如 ‘git pull …’)。 提示:详见 ‘git push --help’ 中的 ‘...原创 2019-06-28 14:08:01 · 906 阅读 · 0 评论 -
vscode配置github
vscode配置github 创建github项目 git init git clone git add . git commit -m “” git remove add origin xxx.git git push -u origin +master原创 2019-06-28 14:08:51 · 1373 阅读 · 0 评论
分享