You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since ConfigDict uses a CaseInsensitiveOrderedMultiDict to store its values, and since access tokens are not case-inensitive, using url.insteadOf to insert credentials into the clone URL does not work (unless your access token happens to be all lower case)
Since
ConfigDict
uses aCaseInsensitiveOrderedMultiDict
to store its values, and since access tokens are not case-inensitive, usingurl.insteadOf
to insert credentials into the clone URL does not work (unless your access token happens to be all lower case)dulwich/dulwich/config.py
Lines 254 to 268 in 264c5b6
The text was updated successfully, but these errors were encountered: