ashutosh1919 / masterPortfolio

🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
https://ashutoshhathidara.com
MIT License
3.55k stars 1.43k forks source link

how to change anything after deploying Successfully #315

Closed rajesh9943 closed 11 months ago

rajesh9943 commented 1 year ago

Hi @ashutosh1919 this master portfolio great project and thanks for Sharing it with us. I am a newbie to node js. I successfully deployed my master portfolio. but i want to change one. Again, I do the same process but the deployment cannot be successful can you Please help to solve this issue Screenshot (72)

dhruvkrishnavaid commented 1 year ago

The origin URI is not specified. Run git remote add origin https://github.com/{username}/{repo_name}.git first then try running git push origin master again

ashutosh1919 commented 11 months ago

@rajesh9943 I think @dhruvkrishnavaid's comment would help you push the changes to repo. I explained in detail in this video

Feel free to reopen with more details if the issue is not yet resolved

rajesh9943 commented 4 months ago

Hi @dhruvkrishnavaid @ashutosh1919 I facing an issue in updating masterportfolio. using this cmts git remote add origin https://github.com/rajesh9943/rajesh9943.github.io.git and git push origin master Error : $ git remote add origin https://github.com/rajesh9943/rajesh9943.github.io.git error: remote origin already exists.

dhruvkrishnavaid commented 4 months ago

Hi @dhruvkrishnavaid @ashutosh1919 I facing an issue in updating masterportfolio. using this cmts git remote add origin https://github.com/rajesh9943/rajesh9943.github.io.git and git push origin master Error : $ git remote add origin https://github.com/rajesh9943/rajesh9943.github.io.git error: remote origin already exists.

Please share the output after running git remote -v

rajesh9943 commented 4 months ago

sure, @dhruvkrishnavaid origin https://github.com/rajesh9943/rajesh9943.github.io.git (fetch) origin https://github.com/rajesh9943/rajesh9943.github.io.git (push)

dhruvkrishnavaid commented 4 months ago

sure, @dhruvkrishnavaid origin https://github.com/rajesh9943/rajesh9943.github.io.git (fetch) origin https://github.com/rajesh9943/rajesh9943.github.io.git (push)

Your git origin has already been set. Perhaps you're running git add remote twice. Just ignore the error and skip forward to the next step.