-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add Personal Access Token Authentication Support #2348
Copy link
Copy link
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/duplicateDuplicate issuesDuplicate issues
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the documentation and believe that my question is not covered.
Feature Request
I'm using personal access token for installing private git repositories. However, It isn't supported by poetry.
You can see the error below.
$ poetry add git+https://MY_TOKEN:x-oauth-basic@github.com/efe/my-private-repository.git
[ValueError]
Could not parse version constraint: //MY_TOKEN:x-oauth-basic@github.com/efe/my-private-repository.git
add [-D|--dev] [--git GIT] [--path PATH] [-E|--extras EXTRAS] [--optional] [--python PYTHON] [--platform PLATFORM] [--allow-prereleases] [--dry-run] [--] <name> (<name>)...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/duplicateDuplicate issuesDuplicate issues