【问题标题】:Trying to add Android Studio Project to github尝试将 Android Studio 项目添加到 github
【发布时间】:2015-11-26 12:39:05
【问题描述】:

我正在尝试将 Android Studio 项目添加到 github,但是只有 gitattributes 和 .gitignore 文件被添加到存储库中,它似乎不会添加实际的项目文件。执行 VCS->Git->Add 什么都不做,而 Committing 只会给我一条消息,表明没有检测到任何更改

【问题讨论】:

    标签: git android-studio github


    【解决方案1】:

    您的.gitignore 可能有一些问题 - 它似乎忽略了太多东西。

    你能做的最好的就是去终端并运行git status --ignored 看看是否是这种情况。如果是,请查看您的 .gitignore 的内容,然后重试。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-09-02
      • 2013-01-18
      • 2014-03-14
      • 2018-03-22
      • 2014-04-02
      • 2017-02-02
      相关资源
      最近更新 更多