环境: Win10 x64 Git windows客户端(下载自 https://git-scm.com/) SourceTree 1.9.6.1(使用系统安装的Git,而非SourceTree内嵌的Git) 问题: 今天再clone 源码时,出现一个警告信息“warning: templates ...
分类:
Windows程序 时间:
2016-12-19 13:30:38
阅读次数:
2136
VSCode的内置git是自动关联本机git的, 所以当提交代码时,VSCode提示【警告:请配置git用户名和账户】时, 只需要在git bash 端配置git config --gobal user.name巴拉巴拉,, ...
分类:
其他好文 时间:
2016-09-23 16:39:51
阅读次数:
135
项目在git的下无法查找到需要的Branch 但是在Bitbucket下可以查到到 通过GitBash,发现git branch -a与git remote show origin 输出的远程分支不一样,git remote show origin命令输出多余的分支:branch_XXXX_XXXX ...
分类:
其他好文 时间:
2016-09-21 13:14:17
阅读次数:
145
一:解决服务器git问题哦! 1.built in:内置的 executable: 可执行;实行的,执行的 passphrase:密码 reset:重置,复位 confirmation:确认 inactive:不活跃的;懒散的 stash:隐藏,藏匿 checkout tag or revision ...
分类:
其他好文 时间:
2016-09-12 12:25:27
阅读次数:
117
1. GIT问题,error:src refspec master does not match any 将本地GIT版本库PUSH到一个GITHUB上一个空的版本库时可能会出现如下错误 error:src refspec master does not match any 原因: 本地版本库为空, ...
分类:
其他好文 时间:
2016-05-31 20:39:39
阅读次数:
157
You are not currently on a branch, so I cannot use any症状:有一次pull的时候又出现冲突,这回用“git reset --hard FETCH_HEAD”方法都不行了,出现:$ git pullYou are not currently on ...
分类:
其他好文 时间:
2015-11-16 15:48:52
阅读次数:
135
(gnome-ssh-askpass:29241):?Gtk-WARNING?**:?cannot?open?display:
//???unset?SSH_ASKPASS??
#?http://stackoverflow.com/questions/16077971/git-push-produces-gtk-warning#...
分类:
其他好文 时间:
2015-09-29 11:38:22
阅读次数:
165
find commit by hash sha in git问题:I need to find a commit in Git by given hash SHA. For example, if I have "a2c25061" hash, and I need to get the autho...
分类:
其他好文 时间:
2015-08-27 20:54:40
阅读次数:
136
问题: 在公司的电脑上,使用git clone https://xxx没有问题。但是如果换成git clone git://xxx就老是报告失败。请看问题: xxx@ubuntu:/media/xxx/sda3/linux_stable$ git clone git://git.kernel.org/pub/scm/...
分类:
其他好文 时间:
2015-08-26 15:57:31
阅读次数:
364
git 小tips总结一下最近遇到的一些git问题...
分类:
其他好文 时间:
2015-07-01 22:17:16
阅读次数:
142