About 98,200 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 Exchange …

  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 or a private one.

  4. 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.

  5. Can't git clone [email protected]: Permission denied (publickey)

    May 27, 2024 · Turns out the permissions of the folder I was attempting to clone into were locked, so I was using sudo causing ubuntu to look for the key in the wrong place. I simply did a sudo chmod 777 …

  6. 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

  7. Not able to clone git repository in Ubuntu 20.04

    May 5, 2020 · Is it only this git or any git repository? Please add the output of nmap -p 443 --script ssl-cert github.com. Are you behind a corporate firewall or proxy ?

  8. 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 denied …

  9. packaging - How to pull packages from a git repository without …

    Sep 29, 2014 · You obviously can't access a Git repository on the internet without internet access. You can however clone the repository to a portable medium (e. g. with a Git environment for Windows in …

  10. installation - Cloning a repository? - Ask Ubuntu

    A regular clone is a repository with all its history and commit messages. The ZIP-file just contains the state of the repository at a single commit (snapshot) without any history. This --depth option provides …