ersilia-os / eos74bo

GNU General Public License v3.0
0 stars 1 forks source link

Issue pushing to my fork #1

Closed pauline-banye closed 1 year ago

pauline-banye commented 1 year ago

Hi @GemmaTuron , I'm getting the following error when I try to push to my fork.

(eos74bo) root@DESKTOP-51H6AM0:/mnt/c/Users/DELL-PC/Desktop/eos74bo# git remote -v
origin  https://github.com/pauline-banye/eos74bo.git (fetch)
origin  https://github.com/pauline-banye/eos74bo.git (push)
upstream        https://github.com/ersilia-os/eos74bo.git (fetch)
upstream        https://github.com/ersilia-os/eos74bo.git (push)
(eos74bo) root@DESKTOP-51H6AM0:/mnt/c/Users/DELL-PC/Desktop/eos74bo# git push origin dev
batch response: @pauline-banye can not upload new objects to public fork pauline-banye/eos74bo
error: failed to push some refs to 'https://github.com/pauline-banye/eos74bo.git'
GemmaTuron commented 1 year ago

This was solved by doing a git pull --rebase on the local fork