Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Doubt on using git.eclipse.org

In the staging view also select the Sign button. To fix this commit also use amend.

Ayush Krishna murthi <kmayush27399@xxxxxxxxx> schrieb am Di., 19. März 2019, 17:20:
I am trying to push changes using git on Eclipse IDE. I found this error message. Please guide me to learn push changes, am i missing something?

Thanks,

On Sun, Mar 17, 2019 at 6:19 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi,

The message says it all, no need for going to StackOverflow
`Permissions 0777 for '.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others.`
So just reduce the permission on your private key to something like 700 so users cannot access it and it should work. However, as a too open .ssh/id_rsa private key is a major vulnerability, it would be better for you to delete your current key, regenerate one, and make sure it's not readable by other.

cheers,
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev

Back to the top