Skip to content

Remote DevContainer Git HTTPS push/pull error - remote: Repository not found. #131

Answered by samruddhikhandale
MVPavan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 👋

The issue you're experiencing might be related to the authentication in your dev container environment. When you're working inside a dev container, the container might not have access to the same authentication tokens or SSH keys that your host machine does.

Here are a few things you can try:

  • Check your git configuration in the dev container: Run git config --list inside the dev container to see what user and email are set. Make sure they match with your GitHub account.
  • Re-authenticate inside the dev container: You might need to authenticate again inside the dev container. You can do this by running gh auth login and following the prompts.
  • Use credential helper: Git has a credential…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MVPavan
Comment options

Answer selected by MVPavan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants