Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
28 views

Git - could not resolve host: bitbucket.org - 'dig' command results

While working in WSL and git pull/push to git, I suddenly get the response ssh: Could not resolve hostname bitbucket.org: Temporary failure in name resolution fatal: Could not read from remote ...
quinny's user avatar
  • 710
-2 votes
0 answers
28 views

Cannot push to GitHub from wsl2 vscode [duplicate]

Unable to perform git push. Error Message Enumerating objects: 71, done. Counting objects: 100% (71/71), done. Delta compression using up to 16 threads Compressing objects: 100% (65/65), done. Writing ...
miyaya's user avatar
  • 1
1 vote
0 answers
66 views

Unable to clone repository on WSL 2 Ubuntu

So, currently I'm trying to setup 2 SSH keys, one for the company GitLab and one for my personal GitHub. For context, I followed this steps and this is my current /.ssh/config file: # Company account ...
luigi-'s user avatar
  • 11
0 votes
0 answers
45 views

problem with github permission using make command with wsl

I want to use a makefile to deploy my Symfony project. It would connect to the remote host with SSH, change directory, and pull git from github. Here is the makefile: .PHONY: install deploy deploy: ...
Nina's user avatar
  • 140
0 votes
1 answer
55 views

Will uninstalling git bash also uninstall my WSL git?

On my windows machine I have been using git bash in order to run git commands. However, today I had issues with large file names. I therefore want to use WSL from now on, and I do not want to make the ...
Dylan Dijk's user avatar
0 votes
0 answers
78 views

Git-Credential-Manager on WSL 2.2.2 Fails with XOpenDisplay Failed. Worked fine on WSL 2.1.5.0

I recently upgraded WSL 2.2.2.0 to resolve and issue with the Linux Filesystem Not Showing in Explorer. Since doing that, I am unable to do a git push or anything requiring authentication to github. ...
Tripp Erista's user avatar
0 votes
0 answers
258 views

Encountering 'fatal: could not resolve host github.com'

I encountered a frustrating issue while attempting to clone a repository from GitHub in my WSL (Windows Subsystem for Linux) environment. Whenever I try to clone a repository using the 'git clone' ...
Njerii's user avatar
  • 1
-3 votes
1 answer
107 views

I can´t clone my github repository with a ssh key

I can´t clone my github repository with a ssh key , the terminal said me -"[email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have ...
user avatar
1 vote
1 answer
560 views

Failed to install krew: failed to list the remote URL for index default

When I try to install krew using krew.sigs.k8s.io instruction under WSL2: ( set -x; cd "$(mktemp -d)" && OS="$(uname | tr '[:upper:]' '[:lower:]')" && ARCH=&...
Igor Golovin's user avatar
1 vote
1 answer
146 views

Git asking for personal access token

I started using WSL with Neovim to code and I tried to push my commits on my GitHub repo but it asked for my personal access token and username whereas gitbash is directly pushing my commits. is there ...
Zubair Ansari's user avatar
0 votes
0 answers
32 views

Can't push directly from Pycharm but can from console (Different author names in pushed commits)

I'm facing this strange behavior since my ssh key expired and had to use a new one. I have many projects that I update using git and gitlab as repository, and normally I did that using Pycharm ...
sigma5563's user avatar
0 votes
0 answers
24 views

vscode source controle error in an environment where wsl2 and vscode exist together

I am currently installing and using wsl2 and vscode in a cloud environment(like EC2). (I do not want to link the two) I can't see my source changes in the vscode source control tab. Even though I only ...
권승미's user avatar
0 votes
0 answers
89 views

Default credential for git-credential-manager in Windows

I'm using git-credential-manager on Windows (I'm working in WSL through VSCode and natively on windows with Visual Studio for .NET stuff) . I have a GPG key I use to sign commits and I'm ...
Cătălin Andrei Preda's user avatar
4 votes
0 answers
325 views

Can't change git configuration within a docker container run in WSL

From within my docker container, git config is unable to edit the .gitconfig file: root@fc7684ffdb39:~/beta_install $ git config --global user.name "Mona Lisa" error: could not write config ...
BenB's user avatar
  • 1,050
0 votes
1 answer
108 views

How to solve this WebStorm error related to git

Lately I bumped from a 2022 version to WebStorm 2023.2 After the upgrade the git integration in WebStorm broke, bringing up following error on every action via the integrated Git GUI. /bin/bash: line ...
MoxxiManagarm's user avatar

15 30 50 per page
1
2 3 4 5
15