Feature request: Creating new github repositories
See original GitHub issueExcuse, I am first to use Git remotely
And The first step GitHub: Set Personal Access Token just fails
Command failed: git config --local --get remote.origin.url
How can solve it, thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Best practice for feature requests on Github projects · Issue #47
A feature request is an idea and not representative of that. GitHub really SHOULD have a separate feature request portion (or at least...
Read more >How to submit a feature request to Git - Quora
Make sure you have a local copy of the branch the pull request is tied to. · Cancel the pull request. · Checkout...
Read more >Using Github to Track Feature Requests and Ideas - FeedBear
No matter which method you select in GitHub, your customers will be forced to either make new feature requests every time or spend...
Read more >New Feature Request Process - Angular Blog
Among the most significant advantages of working on a popular open codebase is the constant feedback stream in all forms, including GitHub ......
Read more >How to request new features - Metabase
How to request new features Check out the issues in the github repo to make sure someone hasn't already requested the feature.
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 Free
Top 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

@KnisterPeter Yes, I successfully performed this actions: initialized new local repository (from vscode), created repository on github.com, added remote “origin”, pushed local master to origin.
That works fine but I remember that in Visual Studio 2015 it was possible to create local repository and then create github repository with just one click. After trying to create github repo like this I got that issue:
Command failed: git config --local --get remote.origin.urlThis issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.