android – Glide Process’命令’git”以非零退出值128结束

我从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项目打开.
>让它滚动.如果需要任何依赖,请继续.

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...