Created
December 21, 2020 04:51
-
-
Save kaihendry/b72740768a8920236ef73fcc15c32f07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ins)[hendry@t14s count]$ git branch --set-upstream-to origin/azure-functions | |
error: the requested upstream branch 'origin/azure-functions' does not exist | |
hint: | |
hint: If you are planning on basing your work on an upstream | |
hint: branch that already exists at the remote, you may need to | |
hint: run "git fetch" to retrieve it. | |
hint: | |
hint: If you are planning to push out a new local branch that | |
hint: will track its remote counterpart, you may want to use | |
hint: "git push -u" to set the upstream config as you push. | |
(ins)[hendry@t14s count]$ git^Cranch --set-upstream-to origin/azure-functions | |
(ins)[hendry@t14s count]$ git push -u azure-functions | |
fatal: 'azure-functions' does not appear to be a git repository | |
fatal: Could not read from remote repository. | |
Please make sure you have the correct access rights | |
and the repository exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment