wei / pull

🤖 Keep your forks up-to-date via automated PRs

Home Page:https://github.com/apps/pull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Allow for sync with repo not in the same fork network

yodaluca23 opened this issue · comments

This would allow people to clone a repo, make it private, and still use Pull to get updates from the original repo.

commented

Unfortunately this is not supported due to a limitation in GitHub API - it cannot create PRs not in the same fork network. Please look into alternatives like wei/git-sync which does not have such limitation.

Unfortunately this is not supported due to a limitation in GitHub API - it cannot create PRs not in the same fork network. Please look into alternatives like wei/git-sync which does not have such limitation.

I tried using Git Sync, but I get this error, on line 79 of "git-sync":
fatal: could not read Username for 'https://github.com/': No such device or address

commented

Please review README closely and open an issue on the correct repo.