-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: No .git directory found!" message #256
Comments
Hi @langsmith. The issue here is that you're trying to open a Git repository in a scenario in which one doesn't exist. When you download the zip from GitHub you only get the current version of the code, but no Git repository. You'll want your |
Great, thanks very much @ajoberstar . I will look into it. |
Closing under the assumption this is resolved. If that's not true and you want to discuss further, please reopen. |
Thanks. I haven't gotten around to fixing my issue(s), but your previous help/comments are more than enough for closing this 🙇 👍 Will re-open if more questions arise |
As written in ajoberstar/gradle-git#228 (comment), I'm using the latest stable version but still getting a
Error:No .git directory found!
message.Related pr mapbox/mapbox-android-demo#786 that is trying to solve mapbox/mapbox-android-demo#599
You can reproduce by:
.zip
folder while on thels-setGitDir-repo-download-fix
branch. of of the https://github.com/mapbox/mapbox-android-demomapbox-android-demo-ls-setGitDir-repo-download-fix 2
folder which is created after opening the.zip
folder.Would love any feedback, thoughts, suggestions, etc. Thank you!
The text was updated successfully, but these errors were encountered: