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
Some platforms (like bitbucket) issue authentication tokens containing /. This will break the current logic. The solution is to always url encode all tokens before using them in git clone.