Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change anything after deploying Successfully #315

Closed
rajesh9943 opened this issue Aug 20, 2023 · 6 comments
Closed

how to change anything after deploying Successfully #315

rajesh9943 opened this issue Aug 20, 2023 · 6 comments

Comments

@rajesh9943
Copy link

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
Copy link
Contributor

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
Copy link
Owner

@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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

@dhruvkrishnavaid
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants