【问题标题】:Don't work git in Android Studio不要在 Android Studio 中使用 git
【发布时间】:2013-08-21 20:27:07
【问题描述】:

在重新安装 Android Studio 之前,git 运行良好。但在重新安装后,它要求编写“Git 可执行文件的路径”。可能有人知道 Android Studio 文件夹中的 git.exe 文件在哪里?我不想安装任何单独的版本控制系统。感谢您的帮助。

【问题讨论】:

    标签: git android-studio


    【解决方案1】:

    你需要先在你的电脑上安装 git。在我的情况下,我在 Ubuntu 上安装它:

    sudo apt-get install git-core
    

    在终端中,后跟:

    git config --global user.name "NewUser"
    
    git config --global user.email newuser@example.com
    

    用于配置。 就是这样,现在它可以完美运行了。

    【讨论】:

      猜你喜欢
      • 2015-08-19
      • 1970-01-01
      • 1970-01-01
      • 2019-11-11
      • 2014-08-30
      • 2016-03-21
      • 2014-10-22
      • 2016-01-18
      • 2014-11-23
      相关资源
      最近更新 更多