Version Control Systems Integration

I’m unable to push files to GIT remote repository. I’ve turned on permission for read and write. I’ve also used SSH method to connect remote repository but nothing worked out. I’ve attached the images showing errors. I’ve also tried changing new key but it’s not working.

@Prithvirajan Did you try providing credentials to access the Git

Yes, I provided the Repository URL (HTTPS and SSH) and tried with email ID and password, username and password but nothing works.

@Prithvirajan when you use credentials what is the error that was giving

hey

can you try connecting from here?

image

hope it helps

regards!

1 Like

I changed the SSH key algorithm from rsa to Ed25519 while generating Private/Public Key in Bash and it’s working

from : ssh-keygen -t rsa -b 4096 -C “your_email_Id”
to: ssh-keygen -t ed25519 -C “your_email_Id”

great, remember to close your topic

regards!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.