[PR #219] [CLOSED] Update .gitmodules #329

Closed
opened 2026-05-05 05:13:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/219
Author: @Duy-Thanh
Created: 11/7/2021
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .gitmodules (+2 -2)

📄 Description

When trying to run git submodule update --init --recursive I couldn't get it to run and got the error:

Submodule 'keycastr/Externals/ShortcutRecorder' (git@github.com:Kentzo/ShortcutRecorder.git) registered for path 'keycastr/Externals/ShortcutRecorder'
Submodule 'keycastr/Externals/Sparkle' (git@github.com:sparkle-project/Sparkle.git) registered for path 'keycastr/Externals/Sparkle'
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed
Failed to clone 'keycastr/Externals/ShortcutRecorder'. Retry scheduled
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/Sparkle'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:sparkle-project/Sparkle.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/Sparkle' failed
Failed to clone 'keycastr/Externals/Sparkle'. Retry scheduled
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed
Failed to clone 'keycastr/Externals/ShortcutRecorder' a second time, aborting
Duythanh@DuyThanhs-MacBook-Pro keycastr % git submodule update --init --recursive
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed
Failed to clone 'keycastr/Externals/ShortcutRecorder'. Retry scheduled
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/Sparkle'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:sparkle-project/Sparkle.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/Sparkle' failed
Failed to clone 'keycastr/Externals/Sparkle'. Retry scheduled
Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed
Failed to clone 'keycastr/Externals/ShortcutRecorder' a second time, aborting

So I tried changing in .gitmodules, ShortcutRecorder url line to https://github.com/Kentzo/ShortcutRecorder.git and Sparkle url line to https://github.com/sparkle-project/Sparkle.git , and it ran successfully on my Mac, currently running macOS Big Sur 11.6.1. Before that I also tried adding SSH keys according to GitHub's documentation and it was useless.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/keycastr/keycastr/pull/219 **Author:** [@Duy-Thanh](https://github.com/Duy-Thanh) **Created:** 11/7/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`5ace617`](https://github.com/keycastr/keycastr/commit/5ace61724bbaeaa01adfb282664eb598d58e0ea2) Update .gitmodules ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+2 -2) </details> ### 📄 Description When trying to run git submodule update --init --recursive I couldn't get it to run and got the error: Submodule 'keycastr/Externals/ShortcutRecorder' (git@github.com:Kentzo/ShortcutRecorder.git) registered for path 'keycastr/Externals/ShortcutRecorder' Submodule 'keycastr/Externals/Sparkle' (git@github.com:sparkle-project/Sparkle.git) registered for path 'keycastr/Externals/Sparkle' Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed Failed to clone 'keycastr/Externals/ShortcutRecorder'. Retry scheduled Cloning into '/Volumes/Data/keycastr/keycastr/Externals/Sparkle'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:sparkle-project/Sparkle.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/Sparkle' failed Failed to clone 'keycastr/Externals/Sparkle'. Retry scheduled Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed Failed to clone 'keycastr/Externals/ShortcutRecorder' a second time, aborting Duythanh@DuyThanhs-MacBook-Pro keycastr % git submodule update --init --recursive Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed Failed to clone 'keycastr/Externals/ShortcutRecorder'. Retry scheduled Cloning into '/Volumes/Data/keycastr/keycastr/Externals/Sparkle'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:sparkle-project/Sparkle.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/Sparkle' failed Failed to clone 'keycastr/Externals/Sparkle'. Retry scheduled Cloning into '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:Kentzo/ShortcutRecorder.git' into submodule path '/Volumes/Data/keycastr/keycastr/Externals/ShortcutRecorder' failed Failed to clone 'keycastr/Externals/ShortcutRecorder' a second time, aborting So I tried changing in .gitmodules, ShortcutRecorder url line to https://github.com/Kentzo/ShortcutRecorder.git and Sparkle url line to https://github.com/sparkle-project/Sparkle.git , and it ran successfully on my Mac, currently running macOS Big Sur 11.6.1. Before that I also tried adding SSH keys according to GitHub's documentation and it was useless. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 05:13:17 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#329
No description provided.