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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -