I've made a lot of commits today to a repository, and all of a sudden Android studio cannot push to the repo. The progress bar at the bottom simply freezes. In version control it says this:
21:53:59.573: [Blastar] git -c core.quotepath=false push --progress --porcelain origin refs/heads/master:master
Counting objects: 28, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (22/22), done.
Has anyone encountered this before?
assumption: you have tried restarting AS and or computer as a fix.
Have you tried to push not using AS? For example open a command prompt and doing it through there? Looks like you are using git, should be real easy just navigate to the folder that contains the hidden git repo folder, type git push and it is done (since you already committed changes)
Have you tried pushing another project as a test? This ensures the issue is not with your repo server.
Push by using git: open project folder path in command prompt.
Do following commands:
git add .
git commit -m "your message"
git push -u origin master
Done!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With