The extension is not able to fetch pull requests when the origin remote url has the following format, with the error "repo is null".
https://username@github.com/username/reponame.git
Changing the url to remove the username@ fixes the issue. Ideally the username/password modifier should be handled in the url parser.
The extension is not able to fetch pull requests when the
originremote url has the following format, with the error "repo is null".Changing the url to remove the
username@fixes the issue. Ideally the username/password modifier should be handled in the url parser.