Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Submodules): Change .gitmodules sources from ssh to https #37

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

NikitaChar
Copy link
Collaborator

@NikitaChar NikitaChar commented Oct 20, 2023

Hi @NumericalMax!

I think I found a way how to fix the submodule issues.

The problem is that wavelib submodule was configured to be fetched over ssh. It requires a well configured ssh client.
If we change the fetching approach to https, the issue should be resolved since the wavelib repo is public and don't need to be fetched over ssh.

With this approach, also non-ssh clients can integrate PeakSwift.

@NikitaChar NikitaChar self-assigned this Oct 20, 2023
@NikitaChar NikitaChar added the bug Something isn't working label Oct 20, 2023
Copy link
Member

@NumericalMax NumericalMax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved the issue.

@NumericalMax NumericalMax merged commit 5d09e52 into main Oct 20, 2023
1 check failed
@NumericalMax NumericalMax deleted the fix/submodules branch October 20, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants