-
Notifications
You must be signed in to change notification settings - Fork 264
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
panic during sync on Windows #119
Comments
I'm not sure if it's the same issue as #116 or not. |
It shows we should do more testing on the Windows platform! This panic is due to the go-git library we use not playing nice in this case on Windows. We use this library since we want to not only sync cloud data locally (in ~/.awless/aws/rdf/) but keep revisions of them. That is why on each sync we commit to a local repo. This feature - that we experimented but is not prod ready yet - is intended to navigate and compare your resources through time (and other goodies). It means the [synchronisation of cloud data + keeping revision] is not working on the Windows platform for awless as for now. We will look into that to see if we can have a proper fix. If nothing is workable we might deactivate the commit/revision of cloud data temporarily. On Windows |
@dkew8 I have disabled the git commit on sync when on Windows. It will be included in the next release. In the meantime, you can get the master which is always relatively stable. You can try it and let me know if that works for you. |
10 days ago, we release a version with some windows fixes, and in the next release we are fixing a lot of more. In the coming weeks solve 100% compatible. |
@mcuadros Thanks for the work. We'll synchronize on your latest releases. |
latest awless release
The text was updated successfully, but these errors were encountered: