question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auth error prompt when cloning repo from nonexistent URL

See original GitHub issue

Description

On trying to clone a repo using an incorrect URL, Desktop raises an authentication error instead of indicating that the repo wasn’t found in the user’s profile.

Version

  • GitHub Desktop: 1.3.5
  • Operating system: macOS High Sierra 10.13.6

Steps to Reproduce

  1. Click on Clone repository.
  2. Navigate to the URL section.
  3. Enter an invalid URL.

Expected Behavior

Desktop raises an error prompt stating that the provided repo URL is invalid.

Actual Behavior

Desktop goes into a loop of error prompts related to authentication. If correct username and password is provided, then the same prompt is raised again.

Additional Information

screen shot 2018-09-16 at 5 07 09 pm screen shot 2018-09-16 at 5 07 27 pm

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
shiftkeycommented, Sep 16, 2018

@kanishk98 let me look into reproducing the issue on my end and figure out what changes need to be made

1reaction
outofambitcommented, Oct 4, 2018

@kanishk98 Hi! I’m just getting up to speed here. Would love to see the PR and offer feedback! 😄 Feel free to tag me in it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

git clone - fail instead of prompting for credentials
This code is only invoked in the event that the git repository happens to be private, and will pipe error output stating that...
Read more >
github - Git Clone - Repository not found
I faced a similar situation. The URL I used for my private repository was correct. But I was getting the same error. After...
Read more >
Git with Atom - Troubleshooting/FAQ
This means that you selected a folder path that does not exist while cloning. There are two possible solutions. Either run the exact...
Read more >
[Fix] 'Fatal: Repository Not Found' Error In Git
Outdated credentials in the system credential manager can also lead to this error, as it would cause the authentication to fail. Here's how...
Read more >
Pipeline options for Git repositories - Azure DevOps
Options that are available when using a Git repository with Azure Pipelines. ... basic $AUTH" clone <repo URL> --no-checkout --branch master ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found