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

I just need help #224

Open
martin951 opened this issue Mar 6, 2024 · 7 comments
Open

I just need help #224

martin951 opened this issue Mar 6, 2024 · 7 comments

Comments

@martin951
Copy link

Hey

I just added this to a relatively grown project and I am rather confused.
Working with the addon while all the files are new is extremely slow. Godot freezes for minutes.
Ive added remote repo, pressed push, godot froze for a few mins and then nothing really happened I guess?

Would it be possible to add precise instructions on how to get your first git push done?

Thank you

@Calinou
Copy link
Member

Calinou commented Mar 6, 2024

Which repository host are you pushing to?

Are you using a SSH key with Ed25519 (elliptic curve cryptography)? If so, this is due to #193.

How many staged files do you have before making a commit? If you have a lot of files, this could be due to #181.

@martin951
Copy link
Author

martin951 commented Mar 6, 2024

I am trying to access my repo on GitHub

Yes it is Ed25519

I have 1696 files

@martin951
Copy link
Author

I have tried the basic SSH-rsa key. I also used PAT as my password.
I get the same error message:

image

@martin951
Copy link
Author

martin951 commented Mar 6, 2024

Ive tried using -m PEM while generating yet another key and it seems to work now.
This was a suggestion found after searching for "Failed to retrieve list of SSH authentication methods"

ssh-keygen -m PEM -t rsa -b 4096 -C "[email protected]"

@JanneKro
Copy link

JanneKro commented Mar 9, 2024

@martin951 Thank you!
I had the same problem when working with my private (not github) repository. My keys worked just fine pushing and pulling from the repository, just not from within the plugin. Very strange.

@markeel
Copy link
Contributor

markeel commented Apr 11, 2024

I wish I had read this issue before I spent a bunch of time on #230. I think these can be linked.

@Yokii908
Copy link

@martin951 Thank you very much! It seems this is still an issue as of now. I couldn't get it to work until I regenerated my keys using the PEM format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants