Can't push to git via Android studio? -
i cloned repository github via android studio. made changes code, committed & pushed without problem. today, made changes code. committed them when tried push them says
can't push, because no remotes defined
help..
apparently there's no way ide, bug must have deleted remote. if open config file in .git directory within project folder, goto bottom , insert:
[remote "origin"] url = https://github.com/yourprofile/yourrepo.git
Comments
Post a Comment