View previous topic :: View next topic |
Author |
Message |
DeIM Guru
Joined: 11 Apr 2006 Posts: 443
|
Posted: Sun Dec 15, 2013 8:16 pm Post subject: [Solved] Howto backup to server using Git |
|
|
Hi, I'm starting with Git (also in Eclipse).
I found in Gentoo wiki:
Quote: | Note: The git server is only necessary if you intend to have an unauthenticated read-only server for people to get your code from. |
I'd like to have Git backup for both read & write operations - maybe authenticated. Absolutely not for unauthenticated read-only people.
What's the solution? What have I to do for commit to remote server?
Thanks in advance.
Last edited by DeIM on Sat Dec 21, 2013 2:06 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23082
|
Posted: Sun Dec 15, 2013 9:30 pm Post subject: |
|
|
Git over ssh is the standard transport mechanism for remote authenticated Git activity. |
|
Back to top |
|
|
DeIM Guru
Joined: 11 Apr 2006 Posts: 443
|
Posted: Sat Dec 21, 2013 2:10 pm Post subject: |
|
|
Correct.
Tip for Eclipse to work with encrypted keys:
1) Open git repositories perspective
2) RMB -> new remote repository
The standard way gives error with password. |
|
Back to top |
|
|
|