About 180,000 results
Open links in new tab
  1. Receiving "fatal: Not a git repository" when attempting to remote …

    Did you init a local Git repository, into which this remote is supposed to be added? Does your local directory have a .git folder? Try git init.

  2. connection closed by remote host by gerrit - Stack Overflow

    May 24, 2021 · You don't need to "connect" to the Gerrit server (and receive the "Welcome to Gerrit Code Review") to clone the repository. All you need to do is execute the "git clone" …

  3. github - How can I use Git locally? - Stack Overflow

    However, I would still like to use git for version tracking etc. whilst I'm working on the project locally, so that when I do eventually put the project on github, all of this information, the …

  4. How to actually clean up the repository on self-hosted runner after ...

    Dec 26, 2021 · This allows you to perform a task on your self-hosted runner before a job starts and after a job ends, so you can set up your execution environment and clean up after …

  5. Git Clone Remote Self Hosted Repository - Stack Overflow

    Feb 28, 2024 · Git Clone Remote Self Hosted Repository Asked 1 year, 9 months ago Modified 1 year, 9 months ago Viewed 486 times

  6. git - Unable to clone project from remote repository - Stack …

    Jan 12, 2021 · Unable to clone project from remote repository Asked 4 years, 10 months ago Modified 4 years, 10 months ago Viewed 999 times

  7. git - ADF: Self hosted integration runtime is unavailable after ADF ...

    Jul 5, 2021 · I am using ADF with GIT integration. I created self hosted integration and registered node using the keys. It was working fine for few days. Then I deleted the ADF instance and …

  8. Self-host remote git repository on Windows server

    Nov 27, 2014 · There is also this CodeProject article - Step by Step Setup Git Server on Windows with CopSSH + msysGit and Integrate Git with Visual Studio Old answer: In the end, I did as …

  9. Hosting a git server on localhost - Stack Overflow

    git push origin master cd .. git clone /c/git/testrepo.git testrepo2 cd testrepo2 # wow, all my files are here That said, just creating a normal local repository with git init gives you a complete Git …

  10. Azure DevOps Pipeline YAML: Repository Resource URL with …

    Feb 26, 2025 · pool: # Default # Run the agent job on a self-hosted agent to check git config in the pipeline working directory. vmImage: ubuntu-latest resources: repositories: - repository: …