Git hangs at cloning. a commit) # This value can be increased if you have very large commits max_size Jul 18, 2014 · In the job configuration page under the Git plugin section, there is a drop-down list "Add". tasks: - name: Ensure dotfiles repository is cloned locally. Platform notice: Server and Data Center only. Trying to initiate a git pull origin master from this repo also asks to cache the key, then hangs with no feedback. git two3 for five minutes nothing happens, its stuck at. repo is about 35 MB size. Apr 20, 2021 · Clone freezes at Compressing objects: 96%. ssh/id_rsa git@gitlab. Cloning into 'two3'. Git status says nothing the commit. 解决这个问题的方法可以是更换网络环境或者调整网络设置,如使用代理服务器。. - Paste your public key into the “Key” field and As far as I understand all pointer have been cloned and the process is stuck at converting pointers to files. Also I don't know if it is related but today I tried to use the jenkins git plugin and now I get stuck on git fetch which runs until timeout. This includes git submodule update --init --recursive because I think in the background it simply calls git clone on the submodule's repo URL. 22. Stuck at push, nothing happens. Hope that helps, thanks, Mark. I have installed the git on Windows 8 and have set up the id_rsa key in the "C:/Users/$ {Username}/. Despite not asking for the key to be cached when I do a test SSH, git operations always ask for the key every time before failing. protectNTFS false. When I do git push from WSL2 side in the workspace, Git hang up with this message. May 11, 2016 · So far I've managed to install a few packages but I'm stuck at cloning a repository. 仓库权限问题. Feb 21, 2018 · 4. // then checkout to the branch you pulled. Info: I use HTTPS auth. May 19, 2017 · 4. Dec 18, 2022 · The cloning process keeps loading for over 15 minutes on end every single time (I've tried multiple times). $ git config --system --list. answered Feb 22 at 19:35. git remote add origin <url>. Cloning the project is fine but every time I tried checking out the branch I needed it would ALWAYS stuck at 37%. It rapidly prints some POST git-upload-pack (gzip X to Y bytes), then hangs for half an hour to an hour. I am able to perform anything I need via HTTPS, and SSH is the only thing that appears to break. - Click on “New SSH key” or “Add SSH key”. It doesn't complain about wrong credentials, but just goes into a spin in the background with "401" errors apparent when run under debug using GIT Bash command "GIT_TRACE=1 git lfs pull". ssh/id_rsa. Any suggestions of what I could be doing wrong? Click the clone button in GitLab, click on VSCode (html) and select a destination folder. bigFileThreshold. Using IPQoS=throughput fix the problem, for example using ssh -T -o IPQoS=throughput git@github. Dec 19, 2015 · Original issue by @AndreyNikiforov - Imported from fastlane/match#40 I am running match in circleci and it hangs at "Cloning remote git repo". Mar 13, 2014 · Git fetch/pull/clone hangs on receiving objects. However, on my new machine, if I issue the same command, it hangs after printing out the status message. May 12, 2018 · Avinash Sharma. Feb 5, 2021 · I am trying to clone a git repository from GitHub to use in the xcode ide environment, however it seems to be stuck on the 'Checking out' phase. Try to checkout the original branch - it hangs. Note that I was able to do it before, and that I installed LFS ever since so it may be related. git folder. org. Switch to Eclipse and it says 'file Oct 20, 2015 · No files are cloned, and the result is an empty repo. 8. I have the following call structure: Jenkins runs fab -Huser@host set_repository_commit_hash:123abc. at least you'll know where it's stuck at (it could be a git clone operation that's taking too long because of your slow network etc) to have an even better idea of why it seems to be stuck (running verbose can get you something like this GitLab stuck at cloning when using SSH. compression 0. com and not sure where I can get support) gitlab-greg December 9, 2020, 10:48pm 2. Then create a new git directory and see if it's still slow. Share. Am I correct in understanding you're opening an SSH connection to a machine, let's say MachineA, and from that machine, you're issuing a git clone git@bitbucket. 16. If you think something's hanging, including the output of running the command with GIT_TRANSFER_TRACE=1 GIT_CURL_VERBOSE=1 GIT_TRACE=1 (with any authentication headers removed) as an attached text file would be helpful. this takes a long time May 2, 2022 · I mention it because it is one of the simplest use-cases I could think of that can reproduce the issue. I get: git: 'lfs' is not a git command. Just go ahead and ask there again :) Git does not support resumable clones. Git Clone - fatal: The May 14, 2011 · Check to make sure git is doing what you think it is doing, and then try the exact command git is using to contact the remote server. git clone connection refused. Type this command below: git verify-pack -v . 32 on Windows 10 as well) The --depth=1 syntax does work well, both in CMD and git bash. git clone --branch (and everything Feb 17, 2016 · git init. ssh-add -l. Check the config files for the proxy settings. Now when I try to clone my repo to my Sep 5, 2022 · Update 1. We now support detecting both styles as WSL paths. These days I decided to try SSH. That said, try using an external network, such as VPN or mobile Hotspot, to see if you have any issues, as it may be an issue with your local network blocking . clone, pull, or push) over SSH the git client seems to hang and time out indefinitely (I've left it running for half an hour to no avail). First, make sure you are using the latest 2. Apr 5, 2022 · 1. May 16, 2020 · Cloning the repository stuck at resolving deltas if cloned with git clone. user1351482. (It warns that git-lfs is deprecated) Cloning with git clone get stuck at resolving delta then Ctrl+C to terminate it and then using git-lfs pull to download LFS objects. 04. When I'm pulling or cloning that repo everything works fine (LAN), but when my friend tries pull or clone it (over Internet), git hangs at: remote: Compressing objects: x where x is always lower than 17%. Remove the settings. 2. Java - v1. Delta compression using up to 16 threads. Jul 16, 2014 · Skip the second connectivity check in case we already had all objects available. then it actually starts cloning. Dec 2, 2021 · When I checkout any branch from a remote repo of my employer it reaches 100% completion at files update and gets stuck. After setting up the keys the git clone worked fine for first 2-3 times and after that when I am trying to git clone it gets stuck indefinitely with message below. git hangs on push. Jan 10, 2016 · Cloning into "projektname" remote: Counting Objects: 6772, done remote: Compressing Objects: 100% (6389/6389),done _ and then hangs, no error, no clue what happens, I can cut the VPN connection to get a response from git or press Ctrl+C but nothing else. See also IPQoS options. May 17, 2017 · If you are pulling from a linux machine you may want to check this file: /etc/ssh/ssh_config. So the first phase in the build task Summary. As one knows: Questions or comments for the Git community can be sent to the mailing list by using the email address git@vger. My Dockerfile looks like this: FROM pasmod/miniconder2 RUN apt-get update && \ apt-get install -y build-essential libxml2-dev libxslt-dev python-matplotlib libsm6 libxrender1 libfontconfig1 libicu-dev python-dev && \ apt-get clean WORKDIR /var/www ADD . I generated an SSH key, I added the public key to GitLab and gave it both sign in and authentication options. mv B/* A/. It completely beats me why some git repos would succeed and others fail before the network card update. When you add the advanced clone behaviors, you'll see a field for "Timeout (in minutes) for clone and fetch operation". smudge= -c filter. Both on ubuntu 16. required=false -c diff. GIT command -. - hosts: all. com git-upload-pack 'user/repository. Apr 3, 2017 · Diagnostic actions: Post the output of. 8. Observations. Git can't create the folder because it contains a : which is not allowed in a folder name on Windows. 4,519 6 36 56. I found this tip via another SO question, git submodule update --init --recursive hangs. 2. gitconfig, so you'll only need to run it once per system. 04 VM, upgrading Git through ppa) Second, if the issue persists, check if one of the settings of this question helps. . If I delete a pack file from the objects dir, it complains about missing things then starts fetching correctly, but only for that git-upload-pack. How to speed up the cloning. So I'll close this question now. 97. May 16, 2024 · The reason: fatal: cannot create directory at 'subtitles/16bit Sensation: Another Layer'. git Cloning into 'cc' git clone hangs forever on github. Nov 12, 2018 · If I launch the script directly with Jenkins user by command line it works fine. com: Permission denied (publickey). I had the same problem with (writing objects %16) stuck then fatal. I've used git for a couple of years now, but never cloned my repos with SSH, I always did with HTTP. What is wrong? Minimal Example of my playbook: ---. I have my SSH keys loaded (using BitBucket). if you want to undo it: git config --unset core. This way, even if your clone breaks in the middle, fetch will take care to bring in unfetched objects only in next run. To identify the cause of the issues, follow these steps: Aug 17, 2020 · It seems that ssh hangs on ubuntu 20. Jul 15, 2016 · I am trying to setup Cocoapods on mac osx 10. Oct 1, 2018 · 0. remote: Compressing objects: 11% (26/233) Conclusions I came up: This only happens on my home wifi and my MAC laptop; Its not SSH: works fine on any other network/wifi; Its not network: it works fine with other laptop on this network Apr 10, 2017 · Check in your GitLab server configuration file (gitlab. This stack overflow post has an excellent example of using relative paths. git remote add origin url/to/repo. git, and that fails? Aug 23, 2018 · 1. git pull <remote> <branch>. Until yesterday, git worked perfectly on my computer. Open Git Bash in folder in Windows 10. As part of a larger playbook I try to clone a repo in an Ansible task and it fails with git@github. (the latter will probably not apply). git clone user@host:repo I've tested against the same host on other platforms, and it works fine, but on this Windows machine the clone hangs indefinitely. I set GIT_TRACE=1 and it looks like the problem is with this command: Dec 9, 2020 · from a specific server I cannot git clone (or any other git command for that matter) over ssh I get. git clone A. I'm trying to clone a repository from my organization's GitHub using GitBash, but when I do a git clone, it hangs indefinitely. I had recently installed Fedora 26, and set up SSH keys with github. Copy your public key to your clipboard using the following command (if you're in linux): xclip -sel clip < ~/. Ensure an SSH key has been added to the user or the repository. Git Clone - fatal: The remote end hung up unexpectedly. Jan 17, 2020 · mkdir test cd test git clone [email protected]/cc. (not self hosted using gitlab. Cloning the repo with git-lfs clone works fine and it downloads LFS objects. Now, we need to find the revision number. I use the git protocol to access the original repository almost all the time. justnajm. Symptoms My project is configured to use git Nov 8, 2018 · For some reason performing a git clone command within a Azure DevOps build pipeline always hangs. Specific issue with git cloning through ssh. SourceTree used to be a good piece of software until Atlassian started "improving" it several years ago :- ( What happens if you run the git clone command in a terminal? You can copy it from the SourceTree window and you don't need the myriad of -c options and their parameters. Tried command -. kernel. Mar 31, 2020 · Note : same rsa key works fine when i try to clone from github, so there might not be port block issue (not sure on this assumption) HTTPS cloing works fine from GitLab. Then you need to install Git LFS. OpenSSH_7. 👍 1. Mar 17, 2022 · Problem I am getting stuck at "Updating files: 100%" when cloning a git repo on Windows when using Sourcetree. I tried branching/cloning from GitHub test Aug 20, 2011 · I just setup git on my linux server and configured SSH - I want to create private repository to work with my friends. GIT - v2. com or adding IPQoS throughput to /etc/ssh/ssh_config. Full output git -c filter. When git clone hangs on "Resolving deltas", kill the git process. git folder around. I've tried running git fetch in a local clone and that succeeds, but running ssh git@github Apr 17, 2019 · I've tried a few things e. Asked 2 years, 11 months ago. 221 1 2 4. 0f-fips 25 May 2017. Viewed 20k times. $ git config --global --list. 60. git folder in the duplicated directory. GIT_SSH_COMMAND="ssh -vvv" git clone ssh://git@<bitbucket URL>:<bitbucket port>/<project key>/<repository 12. Jan 15, 2019 · 2. Update - issue was resolved by supplying correct Nexus credentials at logon prompt, rather than BitBucket account. To be able to checkout, files, you should set this git settings: git config --global core. Either uses an SSH key without a passphrase, clone using HTTPS, or run git push from the command line to work around the issue. That is because you cannot use sshpass to provide a passphrase, only a password in user/password vs private key ssh. 12, I have tried to execute this command in terminal it hangs on receiving object :- cd ~/. . If it works fine using Git bash and Command Prompt. Whenever I try and perform an operation using git (e. 60. This should modify your ~/. 26. Jul 11, 2018 · Git fetch/pull/clone hangs on receiving objects (6 answers) Closed 5 years ago. I've left it for an hour but it seems to be hung on this stage. Eg. Very frustrated as I get good speeds on general downloads and not sure why it is this slow to clone a repo Jul 20, 2021 · 1. With github no problems, only bitbucket has problem. Enumerating objects: 39, done. we can resolve the problem following this strategy: obtain key and passphrase. // now you have to pull the branch that you were trying, git is intelligent enough to fetch remaining only. When you try to clone or push a repository in GitHub, some issues with proxy configuration, SSL certificate, or credential cache might cause the Git clone operation to fail. git\objects\pack\pack-<sha1>. NOTE: Sometimes the curl command (or another network call) does succeed after enough cancellations and retries. 3M refs where the fetching repo already has all objects: Benchmark #1: HEAD~: git-fetch. git' never finishes. May 19, 2017 · I was getting stuck at "Updating files: 100%" when cloning a git repo on Windows. The older " wsl$ " style will continue to be supported, but won't be the default type of path we'll see from the system going forwards. When I am trying to clone a repository, I get to this point: My OS: Windows 10 Enterprise. The parent repository and the submodules exist in "Azure Repos Git". Could somebody help me to resolve this, please? After the drivers finished installing, the WIFI restarted, and I was immediately able to clone the git repo giving me issue. com. Please do let me know what could be the issue. setup ssh wrapper to use the keyfile automatically. com :/opt/git/project. Troubleshooting checklist. How to clone project, what can I do wrong? Ping to bitbucket. Jul 15, 2021 · Add your public key to your Git account. root@352-526:~# ssh -vvv git@gitlab. Then above issue might be caused by the git version shipped with Visual studio. Attempt to clone a change to the repository with the Git client debug on: # Example on Linux. I was able to authenticate and push, pull and clone through ssh. There are a couple of reasons why the git module might be hanging, but the most possible is that the git clone command is waiting for a confirmation if the host key should be added to your server's known hosts. Run git init on the Windows drive and then do a git remote add origin YOUR-REMOTE and a git pull origin master (or whatever your branch is called). This gives us a nice speedup when doing a mirror-fetch in a repository with about 2. Assume current repository is A, then all you need to do is: mv A B. How to resume a git pull/clone after a hung up unexpectedly? 1: This was proposed to be implemented during Google's Summer of Code 2009, but apparently they never saw it through. See 'git --help'. But I don't know why Dec 24, 2020 · 4, Try cloning your repo in Git bash or Command Prompt. Dec 22, 2021 · git clone hangs forever on github. Dec 9, 2018 · All projects (public and private) stucks on "Cloning into" when cloning from vps. Nov 1, 2012 · Basically, initialize an empty repository. Jun 8, 2021 · I just tested the same command (Git 2. answered Jun 17, 2020 at 12:44. cd repo_name && git init. Git : The remote end hung up unexpectedly. Jun 24, 2021 · git clone hangs on "Cloning into" using GitBash. Doing a shallow clone, to reduce the history, might help if the freeCodeCamps repo is a giant one. Git will tell you what command it is running, ex. Oct 22, 2022 · git clone hangs forever on github. Feb 6, 2015 · 1. Feb 21, 2019 · Git fails to clone a repository, while git on my Windows 10 host (via Git Bash) works perfectly well. Apr 8, 2022 · I saw something similar on a recent clone of a very large repository (working copy ~20 Gb). Check the existing keys on the client by running. Write failed: Broken pipe. 1. Thanks in advance !! Jan 7, 2011 · I'm using git built under cygwin (msys git is not an option) to clone a repo from a Linux host over SSH. Actually it stuck there over 2 days when I tried last Mar 11, 2022 · git clone hangs forever on github. EGIT saying Read timed out after 30,000 ms. budden73. System Specifications -. When they're setting up servers to a non-standard SSH port. Both git versions is 2. $ git config --local --list. Not sure what the next debug step is, but it's definitely not something Git can help Sep 10, 2016 · Stack Overflow Public questions & answers; Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Talent Build your employer brand Apr 23, 2018 · After cloning if I try to run any commands like java -version, tasklist or any other commands then my CMD hangs resulting in system seizure. localhost\<distro>\ and not the older administrative-share style \\wsl$\<distro>\. Also, I would be happy to know if it would be possible to clone just the pointers and download the files when I need them separately on a per-file-basis. 3. Resolution. Note that git status now says modified: filename. tried command- ssh -i ~/. cocoapods/repos GIT_TRACE=1; GIT_CURL_VERBOSE=1 git clone ht Feb 27, 2021 · The workspace is located under /mnt/c/workspace/repo where is also visible from Windows by the path C:\workspace\repo. SSH to the remote server go to the repository then run: git config --add core. git/ And return me to the prompt. The filter process is the part where LFS sneakily hides and retrieves the real files that Git never sees (Git sees only "pointer files" that tell the filter process where the real files are). Feb 1, 2019 · Initialized empty Git repository in D:/git/tempdir/. I have install gitlab-runner on my MacOS machine, refers to runner install, register gitlab-runner, then I push a commit gitlab CI trigger a job, but the job stuck on "Reinitialized existing Git repository in xxx ", then I use gitlab-runner --debug run ,find the gitlab-runner has been stuck "Submitting job to coordinator ok code=200 2. On Alpine. Improve this question. Running git clone with the --verbose option should give you much more detail. edited Feb 26, 2013 at 10:03. Doing the same manually works. Run GIT_TRACE=1 git clone git@ec2-blah. 5p1, OpenSSL 1. g. pack | grep "commit Jul 12, 2016 · How long have you waited? This can take some time, especially with larger repositories. It starts cloning and I would expect this to finish at some point visual-studio-code. For example, running GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push Jan 11, 2018 · First, turn off compression: git config --global core. 有时候,git clone操作会因为 Aug 12, 2023 · Stack Overflow Public questions & answers; Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Talent Build your employer brand May 23, 2023 · Issues while performing Git clone or Git push to the Azure DevOps repositories. but no problem using https. gitlab. This article only applies to Atlassian products on the Server and Data Center platforms. But now whenever I execute a clone command, git just hangs there at Cloning into 'Blog' This is the output of ssh -Tvv git@github. set_repository_commit_hash runs git fetch with pty = False. [draft]: clone cancel maifeeulasad/desktop. com/myorganization/myrepository. com but no response just hangs there. And now do a git fetch. The child process ssh git@github. pub. org :tutorials/mydvcsproject. Windows 10. I'm on ubuntu 20. But everything ok when cloning from local machine. // add origin first. Aug 5, 2017 · 4. Egit not able to fetch from remote repository. More Information. So if the filter process is stuck, you can't get your real files. 如果你的网络连接不稳定或者有防火墙限制,可能会导致git clone操作失败。. Diagnostic Steps. If you want to test with SSH, you will have to do: Modify a file in Eclipse (or Sublime i expect) and leave it open. Eventually, Git picked up again. See `Sourcetree -> Options -> Git -> Git Version` Feb 26, 2013 · git. If a repo is in the middle of being cloned and Desktop is quit (accidentally I presume), the partially downloaded cloned repo remains on your local, while at the same time you are "blocked" from cloning the repo again unless Dec 18, 2020 · So to fix this problem, run git lfs install, which should configure your repository appropriately. 7. Expected Behavior Jul 11, 2022 · Both methods stuck at checking out files with 37% progress. Support for Server* products ended on February 15th 2024. It will hang when cloning any git repository including "github", "gitlab" and "aliyun code" with SSH. I go to the Github repository, then copy the URL that is under the tab 'Code'. 2 Git version available (even in Ubuntu 18. windows and ubuntu (via windows subsytem), full vs shallow clone, ssh vs https, etc, and I get the same slow behaviour; 30mins to get to 14MiB? I don't recall it being this bad. I've tried through both SSH and HTTPS. Oct 6, 2011 · Well, The particular repository has a couple of submodules that have submodules, which are using the HTTP protocol to retrieve the files. I think the last guy to report that said that using command-line Git worked. rm -rf B. Git finishes status on hundreds of files for me in less than 5 seconds. amazonaws. Jun 7, 2020 · Clone the repository somewhere under WSL and move it into a Windows drive, either setting the config options manually for Windows or trying git init again in the repository after cloning. Jun 12, 2020 · Hi all, While trying to clone locally my remote repository, I stay stucked at the stage “checking out files” (see below). 4. - Go to your Git account settings and click on “SSH and GPG keys”. git created a folder projektname but it is empty except for the . 1. This is useful if your remote server has very limited ram. Git connection time out trying to clone via proxy. fatal: The remote end hung up upon initial contact. 675 1 8 23. Jun 21, 2017 · Successfully merging a pull request may close this issue. Unlike a lot of other StackOverflow questions posted around this issue, my operation hangs on the same early stage. git clone --depth 1 -b branch_name "Repo URL". Nov 17, 2022 · I would suggest you use the following command to generate more verbose logs to understand why the clone got stuck: GIT_TRACE_PACKET=1 GIT_TRACE=1 GIT_CURL_VERBOSE=1 <git command_here>. github locks up mac terminal when using pull command. I can't find and fix the problem but i finally able to checkout. Git stuck while Dec 2, 2013 · When cloning git repositories in automated tools - web front ends, CI systems, sometimes the git clone invocation opens up a prompt asking for the username and password (for example, when cloning a non-existent Github repo or on a new node missing ssh keys). When that works, go into the new directory and retrieve the rest of the clone: git fetch --unshallow. If it's still slow, then it sounds like a system or hardware issue. I'm not sure what was happening in my case exactly but it does seem as though the file system was thrashing. Bug reports should be sent to this mailing list. Next, let's do a partial clone to truncate the amount of info coming down: git clone --depth 1 <repo_URI>. Any solution? Mar 21, 2022 · The fact that it's printed the done message means that it's actually finished copying all the files out of the commit. Apr 21, 2020 · If you clone a Git repository using SSH and your SSH key has a passphrase, VS Code's pull and sync features may hang when running remotely. Now, whenever I try to push, pull or clone a repository, git hangs. Aug 15, 2013 · It could be so easy (but it unfortunately is not): git clone --continue. I changed to use System git instead of Embedded git, and that workaround fixed it for me. Assuming you are using Jenkins - and since you are me, you are. What should I do? I've been using git clone -b branch repo. Unfortunately, git doesn't (yet) 1 support interrupting and resuming clone or fetch operations. The same thing happens when I try to clone the repository. Jan 29, 2023 · I've upgraded my system from Devuan 2 to Devuan 4 and now git hangs on cloning any repository. Mar 29, 2015 · git freezes/hangs after i clone/pull/push on compressing objects: remote: Counting objects: 284, done. (see attached pic). The dialog just keeps hanging there without any errors for literal hours. To Reproduce. I solved this by saving the current changes and clone a new repository, then copy the modified files into it. I am new to using git. Some people get confused between that file and: /etc/ssh/sshd_config. now see this hanging through any command that requires network connectivity (git and helm just to name a few). ssh" folder. compute-1. Why it gets stuck there is a mystery: several people on SO have reported this in the last week or so, so it may be a new bug in VS/Git interaction somehow. Within that dropdown list there is a selection "Advanced clone behaviours". 10 participants. asked Feb 25, 2013 at 18:17. Mar 16, 2018 · If you're seeing a problem, please open a new issue, filling out the issue template, and we'll try to help you out. 18. git lfs install 网络问题可能是导致git clone过程停滞的一个常见原因。. This will turn off delta compression. Try --progress option, git submodule update --progress. To resolve the issue: So Ctrl-C and delete the lock file. 5. I tried to leave it for hours but this doesn’t progress. Please try that and edit your question to include the new information. Add the file and commit then push branch to origin. Try cloning another repo. 4. git. Thank you, for this, but I get the This is an environmental variable? From Win command prompt I tried: set GIT_REDIRECT_STDERR=2>&1, then typed in set and didn't see the variable created. It just ends at "Checking out files: 37% (xxxxxx/xxxxxx)". On Ubuntu 18. or, alternately, Mar 15, 2021 · Im doing SSH git clone - git clone [email protected]:#####. pack. org is ok. yml) the value of max_size: ## Git settings # CAUTION! # Use the default values unless you really know what you are doing git: bin_path: /usr/bin/git # The next value is the maximum memory size grit can use # Given in number of bytes per git object (e. bigFileThreshold 1. Maybe it didn't hang, but just slow. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review Dec 12, 2014 · For now we are solving it by moving a working . Git Clone - fatal: The remote end hung up Dec 5, 2019 · Saved searches Use saved searches to filter your results more quickly Otherwise, try duplicating the directory, and deleting the . Add the original repo as a remote in this repo. So, you have folder my_project, and file . to see what's going on behind the scenes. Example: Mar 2, 2022 · Starting in Windows build 21354, the preferred WSL UNC file path is \\wsl. Thank you for your advice everybody. The output is as follows: git clone https://github. I suspect the problem is with git permissions to the repo. To make sure you aren't setting your default SSH port to something other than 22. Modified 9 months ago. Counting objects: 100% (39/39), done. If your project is configured to use git submodules and the clone step is hanging, verify that your submodules are configured to use either the relative path or the SSH path to the submodule. lfs. mtqmkuvwphfaeakwqqdx