Hello!
I have problem with “git push -u origin master”.
When I try perform push, I get the following result:
git push -u origin master
Username for 'https://host.com':
Password for 'https://user@host.com':
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 771 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
and nothing else happens.
Any ideas what could be problem? I will be grateful to any advice.
user role “master”
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
System information
System: Debian 7.8
Current User: git
Using RVM: no
Ruby Version: 2.0.0p353
Gem Version: 2.0.14
Bundler Version:1.9.4
Rake Version: 10.4.2
Sidekiq Version:3.3.0
GitLab information
Version: 7.10.0
Revision: a651951
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: https://host.com
HTTP Clone URL: https://host.com/some-project.git
SSH Clone URL: git@host.com:some-project.git
Using LDAP: yes
Using Omniauth: no
GitLab Shell
Version: 2.6.2
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/local/bin/git
Production.log:
Started GET "/admingroup/adminproject.git/info/refs?service=git-receive-pack" for x.x.x.x at 2015-05-19 18:16:07 +0300
Started GET "/admingroup/adminproject.git/info/refs?service=git-receive-pack" for x.x.x.x at 2015-05-19 18:16:21 +0300
Started GET "/admingroup/adminproject.git/info/refs?service=git-receive-pack" for x.x.x.x at 2015-05-19 18:16:21 +0300
Started POST "/admingroup/adminproject.git/git-receive-pack" for x.x.x.x at 2015-05-19 18:16:22 +0300