Repo cloning error dialogue
See original GitHub issuePerhaps we can change the error dialogue to something more understandable to the layman? and do we need some validation on the url
field? I entered some jiberish in the url
field and got this:
1.0.11-beta0, mac
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Cloning the Git Repository on Eclipse (Transport Error)
As a first step, I am trying to clone the Git repository (on Eclipse). After I fill the URI and authentication fields, I...
Read more >git - Can't clone remote repository - Visual Studio Feedback
1.windows.1 Every time I try to clone a remote repository I get this error in Team Explorer: Git failed with a fatal error....
Read more >Fix Git's 'fatal: repository not found' error quickly | TheServerSide
Frustrated by Git's 'fatal: repository not found' error message? Here are five ways to fix that problem and successfully clone, ...
Read more >422891 – null in Dialog when cloning a repository - Bugs
This command line statements works: git clone ssh://inodes.ch:8080/var/git/inodes-base.git In eclipse I go to the git perspective, select "Clone a git ...
Read more >Clone Repository - TortoiseGit
Cloning a git repository is very simple. At an empty directory, just use the explorer context menu and select Git Clone.... The Clone...
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
Looks like we should switch to regular
git clone
here.Fixed in #3575