githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

how do I fix this push error? can anyone help me #737

Open BahasKoding opened 9 months ago

BahasKoding commented 9 months ago

DELL@DESKTOP-12721NO MINGW64 ~/Desktop/test/landing-page-bootstrap (main) $ git add .

DELL@DESKTOP-12721NO MINGW64 ~/Desktop/test/landing-page-bootstrap (main) $ git commit -m "test" On branch main Your branch is ahead of 'origin/main' by 1 commit. (use "git push" to publish your local commits)

nothing to commit, working tree clean

DELL@DESKTOP-12721NO MINGW64 ~/Desktop/test/landing-page-bootstrap (main) $ git push fatal: bad boolean config value 'inp' for 'push.autosetupremote'

==My version GIT== $ git --version git version 2.43.0.windows.1