
版本管理
harryptter
这个作者很懒,什么都没留下…
展开
-
github结合TortoiseGit使用sshkey,无需输入账号和密码
转载自; http://www.cnblogs.com/chucklu/p/4056499.html首先需要明确,github上支持三种方式进行项目的clone https,ssh,subversionhttps://github.com/用户名/版本库.gitssh的方式 git@github.com:用户名/版本库t.git 此篇文章针对于转载 2016-01-06 15:16:36 · 2032 阅读 · 0 评论 -
git无法pull仓库refusing to merge unrelated histories
转载自:https://blog.youkuaiyun.com/lindexi_gd/article/details/52554159本文讲的是把git在最新2.9.2,合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories我在Github新建一个仓库,写了License,然后把本地一个写了很久仓库上传。先pull,因为两个仓库...转载 2018-05-08 15:59:55 · 156 阅读 · 0 评论 -
you are not allowed to push code to protected branches on this project
转载自:https://blog.youkuaiyun.com/zzh920625/article/details/78087669?foxhandler=RssReadRenderProcessHandler前提:(公司的GitLab是新的!!!) 、 图 1-1 报错...转载 2018-05-08 15:18:40 · 7306 阅读 · 0 评论 -
mac下用scp命令实现本地文件与服务器Linux文件之间的相互传输
转载自:http://blog.youkuaiyun.com/aa294194253/article/details/50054723不同的Linux之间copy文件常用有3种方法:第一种就是ftp,也就是其中一台Linux安装ftp Server,这样可以另外一台使用ftp的client程序来进行文件的copy。第二种方法就是采用samba服务,类似Windows文件copy 的转载 2018-01-30 07:29:23 · 623 阅读 · 0 评论 -
git 常用语句总结
部分转载自:http://blog.youkuaiyun.com/dengsilinming/article/details/8000622git 作为常用的版本管理工具,在开发中被大量使用,基于其的可视化工具比较好用的是sourceTree 和tortoiseGit 期中sourceTree 在windows 和 mac端都有 tortoiseGit 有windows版本 mac版目前还没有。原创 2017-09-16 12:35:12 · 8778 阅读 · 2 评论 -
pm2 相关命令
转载自: http://blog.youkuaiyun.com/dlmmu/article/details/55683771 一、安装Linux Binaries下载地址:https://nodejs.org/distcd oneinstack/srcwget https://nodejs.org/dist/v4.2.4/node-v4.2.4-linux-x64.转载 2017-08-09 10:29:37 · 476 阅读 · 0 评论 -
git push 每次都需要输入用户名和密码 TortoiseGit 不用每次输入用户名和密码的方法
最近使用git每次提交代码到远端和fetch 远端代码的时候都需要输入用户名密码 比较麻烦,特地弄了一下 这里也记录下步骤。之所以每次都需要输入用户名密码是因为使用的是https的方式进行连接的 一个检测方式是是在终端 输入git remote -v显示的结果是origin https:项目地址.git (fetch) origin https:项目地址.git (pu原创 2017-07-19 23:24:11 · 10314 阅读 · 0 评论 -
将自己项目上传到github上
之前使用github 都是将上面的项目下载到本地使用,很少将自己项目上传上去,最近为了学习Spring 相关知识,准备在github上创建一个项目。如果没有github账号,肯定是先建立github账号:https://github.com登录上去之后点击New repository按钮,填写信息创建新的项目。在自己机器本地装上sourceTree :https://www.s原创 2017-06-05 22:49:51 · 593 阅读 · 0 评论 -
github desktop 使用方法
转载自:http://m.blog.youkuaiyun.com/article/details?id=50261857这段时间想把我写的东西上传到github上,所以开始收集资料学习,走了很多弯路( msysgit和极慢的翻墙网速让我欲仙欲死),最后找到了比较好用的工具gitHub desktop。在此做出详细记录。一、第一步 注册github账号1.注册界面https://转载 2016-05-10 15:16:05 · 28856 阅读 · 2 评论 -
sourcetree 免费许可证
下载地址:https://pan.baidu.com/s/1T5_HSvvefuyw9EE1zK2YlA原创 2018-10-09 10:12:17 · 5679 阅读 · 0 评论