错误提示:
! [new branch] dev -> origin/dev (unable to update local ref)
error: some local refs could not be updated; try running
‘git r...
苏 demo
8年前 (2017-06-05)
11254℃
5喜欢
命令:
git branch 查看所有分支
git checkout -b branchname 创建并直接切换到分支
git branch branchname 创建分支
git checkout branchname 切换分支
git branch -d branchnam...
苏 demo
8年前 (2017-02-21)
2403℃
0评论
0喜欢
解决方法:
sudo gitlab-psql gitlabhq_production
UPDATE application_settings set signin_enabled=true;
\q
重新启动 gitlab
sudo gitlab-ctl restar
参考...
苏 demo
8年前 (2017-01-16)
5187℃
0评论
0喜欢
GitLab设置IP或者域名有两个配置文件:
1、GitLab的:/home/git/gitlab/config/gitlab.yml
2、GitLab-Shell的:/home/git/gitlab-shell/config.yml
把两个配置文件的IP或者域名修正过来即可。在...
苏 demo
8年前 (2016-12-29)
5879℃
0评论
0喜欢
编辑.gitconfig
增加配置项目:
[credential]
helper=store
次我们再次输入用户名之后,git就会记住用户名密码,以后就不需再输入了。
转载请注明:苏demo的别样人生 » windows下git 记住...
苏 demo
8年前 (2016-12-29)
2624℃
0评论
0喜欢
命令:
yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc
yum install gcc perl-ExtUtils-MakeMaker
wget ht...
苏 demo
8年前 (2016-11-20)
2841℃
0评论
0喜欢
用git pull来更新代码,遇到了下面的问题:
error: Your local changes to the following files would be overwritten by merge:
xxx/xxx/xxx.java
Please, commi...
苏 demo
9年前 (2016-04-29)
2565℃
0评论
0喜欢
Warning: Permanently added the RSA host key for IP address ‘192.30.252.131’ to the list of known hosts.
Permission denied (publi...
苏 demo
9年前 (2016-04-22)
5646℃
0评论
2喜欢
git clone https://git.oschina.net/xxxx/xxxx.git
Initialized empty Git repository in /data/web/xxxx/.git/
error: The requested URL returned ...
苏 demo
9年前 (2016-04-22)
2950℃
0评论
0喜欢
git 使用图解 ,图解git的功能和应用。
转载请注明:苏demo的别样人生 » git 使用图解...
苏 demo
9年前 (2016-04-20)
2235℃
0评论
0喜欢