when I try do push from local GitHub to online GitHub, GitHub try publish a new repository
See original GitHub issueDescription
when I try do push from Desktop GitHub to online GitHub, GitHub try publish a new repository and not do push
Version
- GitHub Desktop: 1.1.1
- Operating system: Windows 10
Steps to Reproduce
Expected Behavior
Actual Behavior
Additional Information
Logs
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Git: Push a new or existing repo to Github
1.) Navigate to repo in question. 2.) Fork the repo to your own account. 3.) Clone the forked repo to your local environment ......
Read more >Adding locally hosted code to GitHub
To create a repository for your project on GitHub, use the gh repo create subcommand. When prompted, select Push an existing local repository...
Read more >Pushing your first project to github
1. Make sure git is tracking your project locally · 2. Create a remote, empty folder/repository on Github. · 3. Connect your local...
Read more >Pushing commits to a remote repository - GitHub Docs
Use git push to push commits made on your local branch to a remote repository. ... git push origin main to push your...
Read more >Pushing changes to GitHub - GitHub Docs
As you commit changes to your project locally, you can push those changes to GitHub so that others may access them from the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your answer.
I have the remote repository defined but, the problem i think is in the api desktop, when I do ‘push’, desktop GitHub does ‘publish repository’. When I do ‘push’ in cmd “git push origin master”, GitHub does push all right.
I’m going to close this out due to inactivity.
@RubenK01 if you’re able to answer the questions and follow the context in my previous reply I’m happy to revisit this issue.