我从Github下载了Glide并想在Android studio上测试该程序.但是一旦我清理项目,我就有这个错误
information:Gradle tasks [clean]
fatal: Not a git repository (or any of the parent directories): .git
FAILURE: Build Failed with an exception.
* What went wrong:
A problem occurred evaluating settings 'glide-master'.
> Process 'command 'git'' finished with non-zero exit value 128
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
information:BUILD Failed
information:Total time: 0.28 secs
Error:fatal: Not a git repository (or any of the parent directories): .git
FAILURE: Build Failed with an exception.
* Where:
Settings file '/Users/MyComputer/Downloads/glide-master/settings.gradle' line: 1
* What went wrong:
A problem occurred evaluating settings 'glide-master'.
> Process 'command 'git'' finished with non-zero exit value 128
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
information:1 error
information:0 warnings
information:See complete output in console
错误是什么意思?我使用Gradle构建.是因为Android Studio上的版本问题?
解决方法:
如果使用Android Studio项目未正确配置git,则会发生这种情况.
以前似乎没有人经历过这个.因为我google千次,解决方案不起作用.
什么对我有用:
> Gradle Build Android Studio项目解决方案
>从git克隆项目.或者将您的项目上传到git并克隆PC中的空文件夹中的Fresh. (这是为了正确配置git,其他方式对我的项目没有正常工作)
>如果存在任何.idea文件夹,请删除.
>作为现有的Android Studio项目打开.
>让它滚动.如果需要任何依赖,请继续.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。