gitlab - Git push is stuck and does not throw any errors -
i trying push after merging temporary branch master. 'git push' not doing job. local processing gets stuck @ last step. how can resolve this?
i did following:
git checkout master git merge --no-ff dev_08_15 git commit -a -m "dev_08_15 merge commit" git push origin master
and git stuck @ place. below output get.
counting objects: 61, done. delta compression using 4 threads. compressing objects: 100% (19/19), done. writing objects: 100% (28/28), 2.20 kib, done. total 28 (delta 14), reused 0 (delta 0)
i can pull changes others pushing. can't push of changes now.
Comments
Post a Comment