Replies: 4 comments 8 replies
-
I think you can’t fork a repo that you’ve already forked before! if not then make sure that the fork option of this repository is enabled Wish it could help you! |
Beta Was this translation helpful? Give feedback.
-
Got the same issue, I can create a new repo by hand, clone from other's repo, then push to my own repo. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
For my case, I can't fork a repository that I already forked a fork of it. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I want to work on two browser extensions (one for Chrome, the other for Firefox). One of them is a fork of the other.
I had no problems creating a fork of the primary repo (the one for Chrome), but when I try to create a fork of the Firefox version I get the following message: No available destinations to fork this repository.
Below that is a link to my fork of the Chrome extension.
I want to extend both with some functionality we need internally in our company.
Firefox: https://github.com/BrianGilbert/xdebug-helper-for-firefox
Chrome: https://github.com/mac-cain13/xdebug-helper-for-chrome
Since what I need to do is slightly different for each one it has to be done in two separate repositories. Since the changes are for internal use only there will be no pull requests made, all I want is to receive upstream changes.
Beta Was this translation helpful? Give feedback.
All reactions