I\'m trying to git push -u origin master And it just hangs at
git push -u origin master
Writing objects: 99% (219/220), 12.65 MiB | 97 KiB/s
The
In my situation it was the size of the file. By adding an .gitignore file with the required extensions I was able to ignore most of the unwanted files to be pushed.