Microsoft/vscode

GitHub - can't fork a fork

Open

#160,377 opened on Sep 8, 2022

View on GitHub
 (0 comments) (0 reactions) (1 assignee)TypeScript (10,221 forks)batch import
buggithubhelp wanted

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

  • Open my codespace which is on https://github.com/mdehling/stable-diffusion
  • Try to push a commit on the notebook branch (is there a command to fork manually because I didn't remember that I have to try to push to get the fork prompt to show up?)
  • Get an error:

Because upstream was already set to the real upstream

$ git remote -v
origin  https://github.com/mdehling/stable-diffusion (fetch)
origin  https://github.com/mdehling/stable-diffusion (push)
upstream        https://github.com/joaomoreno/stable-diffusion.git (fetch)
upstream        https://github.com/joaomoreno/stable-diffusion.git (push)

Contributor guide