
- Git clone on mac samba share stopped working how to#
- Git clone on mac samba share stopped working install#
For example, to clone a local repository, you can run something like this: git clone /srv/git/project. After making changes to the repository, you can easily push it to the remote repository on GitHub using Git Bash. You can even clone another person's existing repository to contribute to a project. I have cloned the repo on Windows using git clone //192.168.100.18/repo/intranet.git without problems. Running a Git server is fairly straightforward. Once you clone a GitHub repository, a full local copy is created along with all versions of every file and folder for the project.
Git clone on mac samba share stopped working how to#
What is causing this and how to fix this? Any help would be great! UPDATE When prompted for the Repository URL, select clone from GitHub, then press Enter. At the command palette prompt, enter gitcl, select the Git: Clone command, and press Enter.
Git clone on mac samba share stopped working install#

Test your connection: type in the bash terminal ssh -T command. I tried these: git clone file:////pc-name/repo/repository.git go to your GitHub account settings > SSH keys section and then click the New SSH key button. I have done this on Windows before but I don't know what is the problem on ubuntu. I'm trying to clone/pull a repository in another PC using Ubuntu Quantal.
