OldTeaOwl
OldTeaOwl

Reputation: 245

Can't fork a repository on GitHub

I'm trying to fork this repository, but getting an error message:

You can't fork this repository at this time.

enter image description here

I've read the license, and tried forking from another computer using VPN, in case of security conflict of my browser and GitHub, but it still don't work, and I can't even guess why so. Please tell me, what am I doing wrong?

Upvotes: 7

Views: 12935

Answers (4)

blueduckdock
blueduckdock

Reputation: 36

An update for 2024- apparently your account can get "flagged." I'm not sure of the process by which that happens (maybe you ever use a VPN, have a "hidden" email like using simplelogin or other services) but if that happens, you won't be able to fork. It will simply return you to the original repository page.

To fix, you can submit a ticket at https://support.github.com/request . Note- you will need 2FA enabled on your account before being able to submit a request.

Upvotes: 1

This also happens if the user has blocked you

Tested today, May 2021.

A similar related message if you try to open an issue on a repository whose owner blocked you is:

You can't perform that action at this time.

You can just manually create a new repository and reupload the code there however. You just won't be able to send pull requests.

Upvotes: 6

Julian
Julian

Reputation: 36830

That sounds like a temporary GitHub issue.

Creating a fork isn't dependent of a license or vpn. It's just a http call in your browser.

Update: I forked the repo without issue.

Upvotes: 1

Abhishek Ranjan
Abhishek Ranjan

Reputation: 497

If you already have a fork of the original repo, you cannot have another fork.
You can add the other repo as a remote though and use code from there.

Upvotes: 1

Related Questions