Summary
- Github Chocolatey Repository has been forked to own Github account as Chocolatey-1
- A new branch
installchocolateyservice
has been created - installchocolateyservice has been pulled
- A push to installchocolateyservice branch fails, while it works to push to the master
git branch
indicates that only the master is recognized
Verbose
Extra branch created in Chocolatey Fork
Other branch than master pulled
C:\chocolatey-1>git pull origin installchocolateyservice
remote: Reusing existing pack: 4611, done.
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (25/25), done.
rRemote: Total 4636 (delta 11), reused 0 (delta 0)eceiving objects: 100% (4636/4
Receiving objects: 100% (4636/4636), 21.86 MiB | 276.00 KiB/s, done.
Resolving deltas: 100% (2792/2792), done.
From github.com:030/chocolatey-1
* branch installchocolateyservice -> FETCH_HEAD
* [new branch] installchocolateyservice -> origin/installchocolateyservice
Push to installchocolateyservice branch failed
C:\chocolatey-1>git push origin installchocolateyservice
error: src refspec installchocolateyservice does not match any.
error: failed to push some refs to 'git@github.com:030/chocolatey-1.git'
Push to master works
C:\chocolatey-1>git push origin master
Everything up-to-date
Only master branch is recognized
C:\chocolatey-1>git branch
* master
C:\chocolatey-1>