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.

by logging into my account i cannot see the repository created by me from web, though i am able to upload the file from GIT bash to remote repository but on GIT desktop its not showing

See original GitHub issue

Please summarize the issue in the title, and then use the template below to fill out the details so we can reproduce the issue on our end.

Description

[Description of the issue]

Version

What version of GitHub Desktop are you running? This is displayed under the About GitHub Desktop menu item. If you are running from source, include the commit by running git rev-parse HEAD from your local repository.

GitHub Desktop version: [version here]

The operating system you are running on may also help with reproducing the issue:

  • If you are on macOS, launch About This Mac and write down the OS version listed.
  • If you are on Windows, open Command Prompt and attach the output of this command*: cmd /c ver

OS version: [version here]

Steps to Reproduce

  1. [First step]
  2. [Second step]
  3. [and so on]

If the issue involves a specific public repository, including the information about that repository will make it is easier to recreate the issue.

If you think screenshots or a GIF recording will help demonstrate the issue better, feel free to add them here.

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Reproduces how often: [What percentage of the time does it reproduce?]

Logs

There may be some relevant information in log files generated by GitHub Desktop:

  • If you are on macOS, attach the most recent log file from: ~/Library/Application Support/GitHub Desktop/logs/*.desktop.production.log
  • If you are on Windows, attach the most recent log file from: %APPDATA%\\GitHub Desktop\\logs\\*.desktop.production.log

The log files are organized by date, so see if anything was generated for today’s date.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

If you are dealing with a performance issue or regression, attaching a Timeline profile of the task will help the developers understand the runtime behavior of the application on your machine.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
frankhalecommented, Jul 11, 2017

@him009verma Unless you clone a repo from your account or add an existing one from your machine to Github Desktop it’s not going to show in the UI even though you are logged in. In other words it does not automatically pull any of your repositories into the UI from your GH account.

0reactions
him009vermacommented, Jul 12, 2017

Thanks for the assistance 😃 and clarifications

On Tue, Jul 11, 2017 at 11:12 PM, William Shepherd <notifications@github.com

wrote:

@him009verma https://github.com/him009verma as @frankhale https://github.com/frankhale stated, we do not automatically pull all of your repositories and list them in the clone dialog. You need to manually clone each repository or, if your repositories are already stored locally, you can add them by dragging-and-dropping them into Github Desktop.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/desktop/desktop/issues/2210#issuecomment-314519415, or mute the thread https://github.com/notifications/unsubscribe-auth/Aa4p_TGB8R003CLJ1sXHzNfvU_-yUFQIks5sM7QNgaJpZM4OSMRq .

Read more comments on GitHub >

github_iconTop Results From Across the Web

github - Git - remote: Repository not found - Stack Overflow
Go to Settings -> Developer Settings -> Personal Access Tokens on your GitHub account. Generate a new personal access token. Make sure to...
Read more >
Fix Git's 'fatal: repository not found' error quickly | TheServerSide
One way to fix that problem is to log into your DVCS tool as an administrator and actually create the Git repository.
Read more >
2.5 Git Basics - Working with Remotes
Managing remote repositories includes knowing how to add remote repositories, remove remotes that are no longer valid, manage various remote branches and define ......
Read more >
Connect to your Git repos with SSH - Azure - Microsoft Learn
In your Git client, run: git remote set-url <remote name, e.g. origin> <new SSH URL> . Alternatively, in Visual Studio, go to Repository...
Read more >
Collaborate on GitHub - Visual Studio Code
You can search for and clone a repository from GitHub using the Git: Clone command in the Command Palette (Ctrl+Shift+P) or by using...
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