mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #219] [CLOSED] Update .gitmodules #329
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#329
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/keycastr/keycastr/pull/219
Author: @Duy-Thanh
Created: 11/7/2021
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
5ace617Update .gitmodules📊 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.