About 89,500 results
Open links in new tab
  1. How to clone a git repository? - Ask Ubuntu

    Jul 24, 2016 · git clone is for creating copy of that repository on your system. You want to update that repository with new changes ?

  2. How to clone only some directories from a git repository?

    With git, you clone the entire repository, and the full history of the repository. There are some workaround solutions to be able to get a single file out of a git archive, listed on a Stack …

  3. How to access a git repository using SSH? - Ask Ubuntu

    Sep 25, 2014 · When you establish a SSH connection, it is going to be independent for every server. You should mention what sort of server are you using. For instance, GitHub, BitBucket …

  4. git - WSL Ubuntu Distro | How to solve `Operation not permitted` …

    Feb 4, 2019 · I tried the following: git config core.fileMode false, with this result fatal: not in a git directory git config --global core.filemode false git config --add --global core.filemode false …

  5. git: where cloned remote repository is saved? - Ask Ubuntu

    Mar 26, 2015 · git: where cloned remote repository is saved? Ask Question Asked 10 years, 8 months ago Modified 10 years, 8 months ago

  6. Can not clone a git repository over ssh (Bad configuration option)

    Oct 31, 2016 · Can not clone a git repository over ssh (Bad configuration option) [closed] Ask Question Asked 9 years, 1 month ago Modified 9 years, 1 month ago

  7. Permission denied could not read from remote repository

    Feb 15, 2022 · 2 I am attempting to clone a git repo from inside an ubuntu 20 server, but after it permanently adds my ECSDA key, I get the following error: [email protected]: Permission …

  8. is it possible to git clone from one local directory to another local ...

    Dec 16, 2021 · If you want to use git clone on a local directory, it's not possible. First, you have to covert the local directory into the local repository by initializing git inside that directory by …

  9. How to download a GitHub repo as .zip using command line

    Jul 26, 2017 · git clone works, naturally, but there are cases when it doesn't make sense to install git just to download a repo.

  10. Clone GIT from SAMBA network share - Ask Ubuntu

    Has anybody successfully cloned GIT repository to Ubuntu from a SAMBA network share? I have access over file manager and can ls over command line, but cannot clone Also, in git cola, qgit …