About 152,000 results
Open links in new tab
  1. How do I clone a Git repository into a specific folder?

    Sep 11, 2016 · The command git clone [email protected]:whatever creates a directory named whatever containing a Git repository: ./ whatever/ .git I want the contents of the Git repository …

  2. How to clone a specific Git tag - Stack Overflow

    Learn how to clone a specific Git tag using the appropriate commands and techniques on this Stack Overflow page.

  3. git - Why is Github asking for username/password when following …

    Here is an official answer to this: If Git prompts you for a username and password every time you try to interact with GitHub, you're probably using the HTTPS clone URL for your repository. …

  4. How do I set GIT_SSL_NO_VERIFY for specific repos only?

    Jan 25, 2012 · I have to use a git server without proper certificates, but I don't want to have to do env GIT_SSL_NO_VERIFY=true git command every single time I do a git operation. But I …

  5. git - Clone a private repository (GitHub) - Stack Overflow

    Is there anything special I need to do in the command line in order to clone a private repository? Do I need to set up a new GitHub account for my laptop and set myself up as a collaborator?

  6. How do I clone a specific Git branch? - Stack Overflow

    Git clone will clone remote branch into local. Is there any way to clone a specific branch by myself without switching branches on the remote repository?

  7. Git how to clone with SSH key, username - Stack Overflow

    I have the following and i need to clone the repository in either windows terminal command prompt or linux. URL: [email protected]:xxx/xxx/git username: [email protected] SSH key: ssh-rsa …

  8. How do I clone a single branch in Git? - Stack Overflow

    The following command will clone the branch tahir from the git repository.The above command clones only the specific branch but fetches the details of other branches.

  9. Getting Git to work with a proxy server - Stack Overflow

    How do I get Git to use a proxy server? I need to check out code from a Git server, but it shows "Request timed out" every time. How do I get around this? Alternatively, how can I set a proxy …

  10. Filename too long in Git for Windows - Stack Overflow

    Mar 22, 2014 · 302 On Windows: Run Git Bash as administrator (right-clicking the app shortcut will show the option to Run as Administrator ) Run the following command: git config --system …