0

I have a Git repository configured on my work machine at C:\Projects\project_1.

I have shared the Projects folder on our work network and a colleague has cloned my project_1 into his own C:\Projects folder, which he has also shared.

We've both been working on the source code contained within the project and now I want to pull his changes into my repository.

I am using TortoiseGit and have tried pulling using the arbitrary URL \\HIS_COMPUTER\Projects\project_1, but I get the following error message:

fatal: '\\HIS_COMPUTER\Projects\project_1" master' does not appear to be a git repository

fatal: Could not read from remote repository.

Can anyone provide some assistance on performing the pull? I have had a look at folder permissions and they all seem ok.

Ed King
  • 1,833
  • 1
  • 15
  • 32

1 Answers1

1

Thanks to @Andomar for his answer:

I needed to map the network drive \\HIS_COMPUTER\Projects to Z:\ and perform the pull using this as the arbitrary URL.

Ed King
  • 1,833
  • 1
  • 15
  • 32