Skip to content
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

Fix authentication in private git repos #326

Closed
wants to merge 2 commits into from

Conversation

Darxor
Copy link

@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
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