Deploy To GithubPages error in git config

Then try again to deploy and show me your log

ok

by user 841751666960760944

quick question

by user 841751666960760944

C:\Users\abdul\OneDrive\Documents\Coding\Clubs\TSA\The Green Life>git remote set-url GitHub - abdulahmd/TheGreenLife
usage: git remote set-url [–push] []
or: git remote set-url --add
or: git remote set-url --delete

--push                manipulate push URLs
--add                 add URL
--delete              delete URLs

by user 841751666960760944

why am I getting this when running set-url

by user 841751666960760944

i think i need to clear the current set origin correct?

by user 841751666960760944

I think you can do it like so:

git remote remove origin
git remote add origin https://github.com/abdulahmd/TheGreenLife.git

C:\Users\abdul\OneDrive\Documents\Coding\Clubs\TSA\The Green Life>git remote remove origin
error: No such remote: ‘origin’

by user 841751666960760944

git remote -v still lists this?

now it lists nothing

by user 841751666960760944

ideal, now do the git remote add origin https://github.com/abdulahmd/TheGreenLife.git

done

by user 841751666960760944

no output on that either

by user 841751666960760944

should I now build and deploy on unity?

by user 841751666960760944

check with git remote -v

C:\Users\abdul\OneDrive\Documents\Coding\Clubs\TSA\The Green Life>git remote -v origin https://github.com/abdulahmd/TheGreenLife.git (fetch) origin https://github.com/abdulahmd/TheGreenLife.git (push)

by user 841751666960760944

Try to deploy now

still same thing

by user 841751666960760944

it says succeeded first then it catches the error let me show u

by user 841751666960760944

Could you show me your console?