
git
yuliying
这个作者很懒,什么都没留下…
展开
-
Git: How to remove ignored files from your repository's directory
转自: https://makandracards.com/makandra/17529-git-how-to-remove-ignored-files-from-your-repository-s-directoryWhen you have files in your .gitignore they won't be considered for changes, but转载 2017-03-28 19:37:13 · 561 阅读 · 0 评论 -
git操作集合
在新标签中打开图片可查看原图:转载 2017-03-03 17:10:54 · 343 阅读 · 0 评论 -
搭建git服务器--ssh篇
转自: http://www.cnblogs.com/finalday/p/4759815.html安装gitgit官网创建一个git用户,用来运行git服务$ sudo adduser git$ su git$ cd ~$ mkdir .ssh在git用户新建一个.ssh的目录,将开发者的SSH公钥添加到git转载 2017-04-03 02:54:25 · 710 阅读 · 0 评论 -
修改了SSH默认端口之后,如何配置git?
转自: http://zengrong.net/post/1544.htm本站文章除注明转载外,均为本站原创或者翻译。本站文章欢迎各种形式的转载,但请18岁以上的转载者注明文章出处,尊重我的劳动,也尊重你的智商;本站部分原创和翻译文章提供markdown格式源码,欢迎使用文章源码进行转载;本博客采用 WPCMD 维护;本文标题:修改了SSH默认端口之后转载 2017-04-03 02:55:41 · 6688 阅读 · 1 评论 -
git clone error: RPC failed; result=22, HTTP code = 502
http://www.jianshu.com/p/645d3fe4e028git克隆的工程太大用https的方式会有如下问题hbl:tmp hubert$ git clone https://gitlab.spetechcular.com/aios/aios-for-robot.gitCloning into 'aios-for-robot'...error: RPC failed;转载 2017-08-27 12:57:45 · 3409 阅读 · 0 评论 -
How to Install HTTP Git Server With Nginx on Ubuntu 16.04
转自: https://www.howtoforge.com/tutorial/install-http-git-server-with-nginx-on-ubuntu-1604/Git is a free and open-source version control system that can be used to track changes of code. Git转载 2017-08-27 03:35:50 · 1321 阅读 · 0 评论 -
Remove saved credentials from TortoiseGit
转自: https://stackoverflow.com/questions/31782090/remove-saved-credentials-from-tortoisegit===================================Ask=================================My credentials are saved转载 2017-08-28 13:54:22 · 461 阅读 · 0 评论