Skip to main content

All Questions

Tagged with
0 votes
1 answer
47 views

Multiple users successfully authenticated, but SSH keys not working on Windows 11

I'm trying to set multiple GitHub accounts for multiple projects I'm working on. It just won't work. First of all, I'm on Windows 11. I've created the keys, they're in C:/Users/User/.ssh/... I ...
Chantal's user avatar
  • 101
2 votes
1 answer
65 views

Git for Windows does not read SSH config with correct git command

I am using git (2.46.0, currently latest version) in Windows 10. I have correctly written config file in ~/.ssh/config (or C:\Users\<user_name>\.ssh\config): Host tt HostName github.com ...
FrankHan's user avatar
  • 103
0 votes
0 answers
33 views

Gitea instance hangs when cloning over ssh

I have a gitea instance running on a DO droplet. I edited my app.ini file to include: DISABLE_SSH = false SSH_PORT = 2222 SSH_LISTEN_PORT = 2222 SSH_DOMAIN = git.stuylinux.org START_SSH_SERVER = true ...
Axel Stahl's user avatar
-3 votes
0 answers
24 views

Switching git SSH to HTTPS [duplicate]

I'm getting frustrated with git. I was trying to switch from SSH to HTTPS because git had the bright idea to have SSH integrated. Reverting SSH to HTTPS has been a pain. I followed these steps. Also ...
DonDavid12's user avatar
0 votes
1 answer
123 views

GitLab SSH Clone Failing

I have Windows 10 and WSL Ubuntu both installed. I am encountering a problem where I am able to verify that my SSH key pair is correctly configured by using the ssh command but failing at cloning from ...
stephendgb's user avatar
0 votes
2 answers
80 views

Can't clone git repo due to username being in capital letters

I just got a new computer. Installed git and gerrit as i always do. Now for some reason i can't clone my repos using the functions i previously had. I did some fault tracing and found that the reason ...
Erik Hilberg's user avatar
0 votes
1 answer
37 views

git clone with https using token

I am using a MacOS, and i have my ssh keys, when I try to git clone from gitLab using git link it works great, it uses my ssh key. But when I try with an http link, it asks me my login and password. ...
zero's user avatar
  • 43
0 votes
0 answers
32 views

Bitbucket: Two private keys, Same account (Google Auth) different workspaces, How to setup ssh config file?

I have two bitbucket workspaces and as everyone knows, bitbucket requires separate ssh keys for both accounts (much like your password 'vas123' is already in use). I setup my .ssh/config file as ...
Simple Fellow's user avatar
0 votes
1 answer
40 views

Max repo size for private self hosted repositories?

There have been several questions in the past about maximum git repository sizes and all of the answers are basically responses describing what GitHub or Gitlab permit ie here and here and here, and ...
Jay's user avatar
  • 20k
2 votes
2 answers
167 views

How can I debug access denied for accessing the server by gitlab-ci?

I have an gitlab-ci script that connects to the production server and does a git pull when I merge something to master branch automatically: stages: - deploy deploy_job: stage: deploy ...
stack's user avatar
  • 10.2k
0 votes
1 answer
32 views

Cloning specific Git repo from inside WSL2 fails

I recently set up Ubuntu 24.04 LTS Noble Numbat inside of Windows Subsystem for Linux version 2 on a system running Windows 10 22H2 on a secure enterprise network (with proxies and firewalls). It has ...
Joshua Schroijen's user avatar
0 votes
1 answer
61 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
0 votes
0 answers
27 views

Git ls-remote to github fails with classic "SHA-1 not supported" on tunneled ssh session but `ssh -T [email protected]` doesn't

A bit of context: At my company we do tunneling to ssh into EC2 boxes. This tunneling command is as usual, uses ForwardAgent and the proxycommand is something like this: ProxyCommand ssh tunnelhost ...
Stoic Alchemist's user avatar
0 votes
0 answers
90 views

SSH server for cloning git repository over SSH

I want to build SSH server for cloning git repository over SSH. command: git clone git@localhost:/home/git/repo My golang code that works. package main import ( "fmt" "io" ...
crabrs's user avatar
  • 17
0 votes
0 answers
41 views

Git Fetch Error in Android Studio with SSH Config for Multiple Accounts in Flutter project

I have two GitHub accounts: Personal: myusername Work: myusername-sh My work account (myusername-sh) has access to this repository: my-company-name/cherubi my-company-name is the company I work for. ...
ajinzrathod's user avatar

15 30 50 per page
1
2 3 4 5
285