Error: Failed to get remote.origin.url (task must either be run in a git repository with a configured origin remote or must be configured with the "repo" option).
at C:\ReactRepository\react-porfolio\node_modules\gh-pages\lib\git.js:214:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
git remote add origin <원격 저장소 URL>
git add .
git commit -m "Initial commit"
git push -u origin main
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"