-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When trying git pull, here is the error that I received:
Please make sure you have the correct access rights
and the repository exists.
Errors during submodule fetch:
_sass/curricula
_sass/curricula
In attempting to deploy site here is the error:
git push origin 2020/fall:deploy
To https://github.com/csci104/site
! [rejected] 2020/fall -> deploy (non-fast-forward)
error: failed to push some refs to 'https://github.com/csci104/site'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
I am not sure if it is only the curricula issue, but website is updated with lab 9. apologies in advance.