ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

DVCS ? (All about Git, Mercurial-Hg and the like...)

<< < (19/39) > >>

Armando:
Another pretty good git Article : Git Is Simpler Than You Think

The article is well written. It gets "more" interesting from the The So-Called “Object Database” section.

ewemoa:
I'm having difficulty with SmartGit 3.0.4 and SSL access for self-signed certificates.

The steps I followed are:

Server end:

* Prepare a bare repository to be accessible via SSL + self-signed certificate
In SmartGit:

* Project -> Clone...
* Fill in the "Remote Git..." Repository URL with an https URL pointing to a repository available via SSL + self-signed certificate (e.g. https://example.com:4567/myrepos.git)
* Click "Next"
* Observe the following dialog box:
DVCS ? (All about Git, Mercurial-Hg and the like...)

I expected to be able to bypass the dialog to access any way.

Didn't find anything relevant via a few search engines nor looking through the various settings files.

Armando:
Strange. I'll see if I can test that tomorrow.

ewemoa:
Thanks Armando, I appreciate it :)

ewemoa:
FWIW, via the command line the following sort of thing is one way to get a successful clone with a self-signed certificate:

env GIT_SSL_NO_VERIFY=true git clone https://example.com:4567/myrepos.git

--- End quote ---

Applying the above, under one *nix, the following enabled SmartGit to work as desired:

env GIT_SSL_NO_VERIFY=true path-to-smartgit-folder/bin/smartgit.sh

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version