Schlaubischlump / LocationSimulator

MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.
https://schlaubischlump.github.io/LocationSimulator/
GNU General Public License v3.0
2.39k stars 184 forks source link

[BUG] All Submodules fail to download via Git #115

Closed bslatyer closed 2 years ago

bslatyer commented 2 years ago

Describe the bug All submodules fail to download via Git due to invalid access rights.

Log:

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:Schlaubischlump/LocationSimulator-Localization.git' into submodule path '/Users/braeden/DevOps/LocationSimulator 2/Localization' failed
Failed to clone 'Localization' a second time, aborting

To Reproduce Steps to reproduce the behaviour:

  1. Update all Git submodules
  2. It will fail due to invalid access rights

Expected behaviour All Git Submodules should be able to download via Git after being cloned to a local machine.

Screenshots

Screen Shot 2022-03-25 at 08 43 20

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Schlaubischlump commented 2 years ago

Looks like I need to change the urls to the https urls. I'm currently on mobile. It might therefore take some time to update the repo

bslatyer commented 2 years ago

No worries, I'll wait for your commit

bslatyer commented 2 years ago

Hey @Schlaubischlump,

Just bumping this, in case you forgot about this.

Schlaubischlump commented 2 years ago

Thanks for the reminder. I have not forgotten about it. I just don't have access to my Mac until Monday. If you want to, you can open a pull request to fix it. You just have to modify the '.gitmodules' in the project root. One of the dependencies starts with 'git@'. Replace this with 'https' similar to the other dependency in the file.

bslatyer commented 2 years ago

Thanks for the reminder. I have not forgotten about it. I just don't have access to my Mac until Monday. If you want to, you can open a pull request to fix it. You just have to modify the '.gitmodules' in the project root. One of the dependencies starts with 'git@'. Replace this with 'https' similar to the other dependency in the file.

No worries, I'll do that now.