-
Notifications
You must be signed in to change notification settings - Fork 30
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
Subsequent provider installations fail #122
Comments
Hmm, interesting. It works for me. Which |
We are doing some fancy |
Any other things to help you find the root cause? |
The output of the second install is interesting:
Have you set any unusual git config parameters? |
Here's the terminals content:
|
Ahhh, the culprit is your |
I see, so you rely on the output of git inside the application? Would a git library help here maybe? |
We are using https://github.com/go-git/go-git already in many parts of the application, now might be the time to use it everywhere, to avoid those kind of bugs |
So, this is not really possible with the git library we are using ( |
This results in:
|
Okay, what is the output with |
This results in
|
Okay, that's perfect and exactly what I wanted to have. Will fix this and release a new version |
Awesome, thanks 👍 |
@applike-ss please try with |
I do now actually get this:
Am i doing something wrong? Here's brews output:
|
Yeah, I this has something to do with go |
That results in this:
Note however that i am using asdf, which itself adds the output here. Should i try the brew install again with using a go version below 1.20 via asdf? |
Ah, you don't even have |
I did now setup a go toolchain 1.20 with my asdf and the provider works. However brew did download go 1.20 and has poured it. The original issue is now resolved:
|
Thanks for the update! Glad that it's now working for you! |
It seems that when i first install a provider version and sometime later another version that the latter installations fails.
Here's the output:
After deleting the
.m1-terraform-provider-helper/terraform-provider-gosoline
directory it works just fine to run the latter install command.Expected Behavior
It should check out the new code, compile and install it
Actual Behavior
It fails to checkout the correct tag (it seems)
Steps to Reproduce (including precondition)
See description
Screenshot on This Problem (if possible)
Your Environment
The text was updated successfully, but these errors were encountered: