-
Notifications
You must be signed in to change notification settings - Fork 83
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
First run of gitlab cookbook fails with git error. #97
Comments
This is odd, is it a new install, or an upgrade? If an upgrade, it could be the git tree has local modifications that were not checked in. I don't know of anything in the cookbook that modifies the doc tree, however. |
Yes this is a new install. I've ran it a few times on differen vms and its always the same message. Running it a second time works though which doesnt make huge sense to me. |
hi, I got the similar (on centos6 image), first run in CI env.:
|
I've seen this on a new kitchen run with CentOS 6.5. It complained about |
I don't know why but this doesn't seem to happen with more recent GitLab versions. |
I'm seeing the exact same problem; building a vagrant box with CentOS 6.5. Is there any resolution to this? |
If you run chef-client a second time, I found that it does work but that's not a great workaround. |
I'm overriding the git config file to redirect git protocol requests to use https as this protocol is disabled on our machines.
Error i'm seeing is "STDERR: error: You have local changes to 'doc/workflow/importing/README.md'; cannot switch branches."
Running the cookbook a second time succeeds though.
The text was updated successfully, but these errors were encountered: