BigelowLab / edna-dada2

Maine eDNA dada2
0 stars 0 forks source link

git push error #8

Closed robinsleith closed 3 years ago

robinsleith commented 3 years ago

What I did:

git status
git add dada2_18S.R
git add dada2_18S.yaml
git add job_submission.sh
git commit -a -m "updated 18S script and yaml to incorporate truncLen "auto""
 3 files changed, 26 insertions(+), 20 deletions(-)
 rewrite job_submission.sh (66%)
git push origin main

Error I got:

rsleith@cfe1 edna-dada2 [master*]$ git push origin main
error: src refspec main does not match any.
error: failed to push some refs to 'git@github.com:BigelowLab/edna-dada2.git'
btupper commented 3 years ago

You trued to push the 'main' branch to the 'master' branch. We are still i the awkward transition from 'master' to 'main' so some have one and other have the others.

robinsleith commented 3 years ago

aha! thank you!