向已关联的github中提交代码,报403错误,原因是你的github账号没有获取权限。
解决办法:找到该项目根目录下, .git ---> config 文件修改 为
url =
https://username@github.com/username/project.git
username@ 为要提交到的github的账户名称,修改完后再次提交,会提示输入账户密码,第一次提交需要输入,以后提交就不必输入了。
不需要提交的部分:
.gradle
.idea
build
*.iml
/local.properties
不需要提交的部分:
.gradle
.idea
build
*.iml
/local.properties