Skip to content

Fix authentication in private git repos#326

Closed
Darxor wants to merge 2 commits intor-lib:mainfrom
Darxor:private-repo-fix
Closed

Fix authentication in private git repos#326
Darxor wants to merge 2 commits intor-lib:mainfrom
Darxor:private-repo-fix

Conversation

@Darxor
Copy link
Copy Markdown

@Darxor Darxor commented Jul 28, 2023

Fixes #319

Username and password may contain reserved URL characters (RFC 3986) ! * ' ( ) ; : @ & = + $ , / ? % # [ ], that must be escaped when embedded into the URL.

Most common case is username being user's email address.

@gaborcsardi
Copy link
Copy Markdown
Member

Thanks! I think we should send the credentials via headers, so I am closing this in favor of the solution in #353.

@gaborcsardi gaborcsardi closed this Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Private git repositories (Azure Repos): cannot authenticate

2 participants