Language translations now possible!
cat git.tcz.depcurl.tcz
tc@box:~$ git clone https://github.com/polikuo/tc-install.gitCloning into 'tc-install'...fatal: unable to access 'https://github.com/polikuo/tc-install.git/': error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
$ sudo ln -s /usr/local/etc/ssl /etc/ssl
the x86 version of curl needs recompiling with "--with-ca-bundle=/usr/local/etc/ssl/certs/ca-certificates.crt" - in the meantime, this will fix it: Code: [Select]$ sudo ln -s /usr/local/etc/ssl /etc/ssl
Also, https clones are read-only, you should use the git:// ssh url for a read-write clone.
tc@box:~$ git clone git@github.com:polikuo/tc-install.gitCloning into 'tc-install'...Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.