
git,svn
管理工具
启明星在这里
认真学前端的小孩,在这里记录,分享,学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sourceTree更新git密码
C:\Users\%USERNAME%\AppData\Local\Atlassian\SourceTree原创 2020-03-18 14:07:28 · 1185 阅读 · 0 评论 -
上传GitHub
一. 上传 1.github官网,new repository 2.本地git init git add . git commit -m "first commit" git remote add origin https://自己的仓库url地址 git push -u origin master 或 git clone https://自己的仓库url地址 git a...原创 2019-03-28 21:21:18 · 168 阅读 · 0 评论 -
git 报错the remote end hung up unexpectedly
git下载一直不成功,网络太差 解决办法 git config --global http.lowSpeedLimit 0git config --global http.lowSpeedTime 999999原创 2019-08-18 12:33:11 · 223 阅读 · 0 评论 -
svn报错:failed to run the WC DB work queue associated with
svn clearup报错failed to run the WC DB work queue associated with 一,下载sqlite,官网地址:https://www.sqlite.org/download.html‘ 1.下载sqlite-dll-win32-x86-3280000.zip和sqlite-tools-win32-x86-3280000.zip 2. 将解压的...原创 2019-06-14 18:00:08 · 943 阅读 · 0 评论