-
Notifications
You must be signed in to change notification settings - Fork 2
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
problem on Windows #1
Comments
Thanks for raising this - we don't use Windows for development so we haven't encountered this issue. I'll make sure to mention it in the README. Unfortunately I'm not an expert in If you find a way to get things working on Windows and it requires changes to |
Thanks very much; I'll keep you posted! |
@davidsteiner just for now (to make progress), I hacked my local copy of That got me almost all the way to a working test, except for a puzzle concerning the
But that doesn't work for me. I found that this template does work
This format corresponds to the endpoint returned by the
This SO post also states that |
@jrobbins-LiveData That's a fair observation. The When you use Having said that, I've made some quick changes to make the parsing of the repository URL more flexible in this commit: Let me know if this works for you. You can install it from I've also added a note about the Windows issue. |
Thank you! I will test with the upgraded version I opened an issue with [EDITED...deleted the Finally, I noticed a small nit in |
I had initially written this
But I got the same behavior from I still might open an issue with |
Poetry fixed their |
Thanks for raising the issue with GovCloud, that's something I've been blind to. I'll fix that sometime (unless you fancy submitting a PR?), leaving this issue open until it's fixed. Thank you for taking the time to provide detailed descriptions and feedback, I'm glad it's now working for you. If you have any other issues or ideas for making the tool more useful, please let me know! |
Due to an apparent limitation in Windows Credential Manager, the maximum "password" length is 1280 characters. Since
poetry
useskeyring
, and the defaultkeyring
backend
on Windows is Credential Manager, the command executed bypartifact
fails with the (initially confusing) error
You can simply reproduce this Windows issue in the Python REPL on Windows:
I know it isn't
partifact's
job to fix Windows, but maybe someone with expertise inkeyring
could help by showing how to configure an alternative keyring on Windows that bothpoetry
The text was updated successfully, but these errors were encountered: