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
The path fails to correctly parse the username when the user is using a ssh as their first remote. This can be easily fixed by deleting a single '/' character from the parsing snippet in line 294 of render.py. As both http and ssh have a .com? right before the username, where ? is either "/" for http or "@" for ssh.
start=giturl.find('.com') +5
The text was updated successfully, but these errors were encountered:
The path fails to correctly parse the username when the user is using a ssh as their first remote. This can be easily fixed by deleting a single '/' character from the parsing snippet in line 294 of
render.py
. As both http and ssh have a .com? right before the username, where ? is either "/" for http or "@" for ssh.The text was updated successfully, but these errors were encountered: