-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-pages does not recognize configured remote repo ( -o, --remote <name>) #290
Comments
Having same issue. Quick workaround is use |
I have the same issue. It's strange, because the command that gh-pages is running is simply |
Hey, I came across this issue via this StackOverflow. How are we supposed to know that those options ( |
I added them to the readme here: #333 |
Seems to be fixed, following works for me now:
|
Was having issues with this command in version 2.2.0, but can confirm this is now fixed in version 3.1.0.
|
Where to put this and when |
I have two remote repositories in my git,
origin
andprod
. Both exist on GitHub too:I have configured
gh-pages
to deploy toprod
repo (not to origin) as written here:Why do I get error? How to fix? This is really a bug according to documents
The text was updated successfully, but these errors were encountered: