-
Notifications
You must be signed in to change notification settings - Fork 216
Cannot read property 'ssh_url' of null #436
Comments
Hey @robdodson, long time no see! Please verify if the remote branch you are trying to pull still exists. @brunofarache had a similar issue a 3-4 days ago due to the branch being removed from GitHub. I haven't submitted a fix for this yet (that would be adding a useful error message). If the remote branch exists, please tell me if your remote is using SSH or HTTPS. Best regards, |
Yep the remote exists (it's the master branch). It's using HTTPS |
Someone on my team was getting an error as well when running
The problem in this case was that they did not have ssh set up. I added an option to disable ssh and use https instead via the
|
## [1.13.5](v1.13.4...v1.13.5) (2018-10-11) ### Bug Fixes * **pull-request:** add option in config to use https instead of ssh ([7dac953](7dac953)), closes [#436](#436)
🎉 This issue has been resolved in version 1.13.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Just noticed this error this morning when I tried to use the
gh pr 123
command.Line 332 of pull-request.js seems to be breaking.
Running
git version 2.8.0.rc2
.The text was updated successfully, but these errors were encountered: