Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Using EGit with Assembla.com(Push to Another Repository dialog won't accept colon, subsitutes forward slash)
Using EGit with Assembla.com [message #663143] Mon, 04 April 2011 04:30 Go to next message
Bill Blalock is currently offline Bill BlalockFriend
Messages: 119
Registered: July 2009
Location: Alabama
Senior Member
EGit newbe here trying to get repositories set up with Assembla.com.

Assembla says this is the URL for my repository:
git@git.assembla.com:cprsfg_test_common.git

I am attempting to push the git repository. The Push To Another Repository dialog change the URL to:
git@git.assembla.com/cprsfg_test_common.git

The dialog replaces the colon after the host with a forward slash.

Is this ok? Will either URL work?

EGit version 0.11.3 would let me put the colon back if I fiddled with the dialong enough.

EGit version 0.12.201104031836 will not let me put a colon in the URI

What does the colon in the URL which Assembla publishes mean?

Thanks
Bill Blalock
Re: Using EGit with Assembla.com [message #663147 is a reply to message #663143] Mon, 04 April 2011 05:42 Go to previous message
m0 is currently offline m0Friend
Messages: 11
Registered: August 2010
Junior Member
The colon just separates the hostname from the path. The Git URLs are mentioned in the git clone documentation

I assume assembla uses ssh, so you could use:

ssh://git@git.assembla.com/cprsfg_test_common.git


git@git.assembla.com:/cprsfg_test_common.git


Edit:
Somehow this form hates git@ so the above should have that.

[Updated on: Mon, 04 April 2011 05:46]

Report message to a moderator

Previous Topic:Newbie q re: installing egit
Next Topic:How to limit the amount of history which is shown?
Goto Forum:
  


Current Time: Thu Apr 25 16:21:25 GMT 2024

Powered by FUDForum. Page generated in 0.04040 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top