android studio 使用git中出现的问题

Posted 小小小白白

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio 使用git中出现的问题相关的知识,希望对你有一定的参考价值。

1.  .gitconfig找不到

第一次在as中配置git后,出现了严重的错误,当你在一个本地仓库中 右键 git bash here后,你的 .gitconfig 文件就会找不到,出现错误 xxx/xxx/%HOMEDRIVER%%HOME....%: can‘t find .gitconfig, 之类的错误,但是我发现我的电脑的用户变量并没有这两个东西,不知道是被删了还是本来就没有

解决方案:

在用户变量中新建一个   HOME, 变量值为包含有 .gitconfig 的路径,.gitconfig默认在User/xxx/下边,可以拷贝一份,这样也实现了修改 .gitconfig默认路径的效果

 

2. AS 报错:Push failed: Failed with error: Could not read from remote repository.

解决方案: 

This is probably an Intellij problem. Your key are managed natively by ssh, and Intellij has it‘s own ssh program.

Go to the settings, search git->ssh executable then choose native

来自  https://stackoverflow.com/questions/24688700/android-studio-push-failed-fatal-could-not-read-from-remote-repository


以上是关于android studio 使用git中出现的问题的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio git 使用

Android Studio第一次提交git使用

在 Android Studio 中刷新远程 Git 分支

Android Studio版本控制之Git篇(服务器gitblit)

Android Studio版本控制之Git篇(服务器gitblit)

Android Studio 使用笔记:Git 的配置和第一次提交到仓库