unable to download the QT source code
-
Dear All,
I am unable to download the QT source on ubuntu 14.04. I am following this page.
https://wiki.qt.io/Building_Qt_5_from_Git
I want to build the QT for Ti AM335x Sitara Board.When I give the below command on Terminal of Ubuntu 14.04,
Getting the source codeFirst clone the top-level Qt 5 git repository:
$ git clone git://code.qt.io/qt/qt5.git
or (if you're behind a firewall and want to use the https protocol):
$ git clone https://code.qt.io/qt/qt5.gitI get this error :
Cloning into 'qt5'...
fatal: unable to connect to code.qt.io:
code.qt.io[0: 54.77.201.214]: errno=Connection refusedAgain if I try this
root@Dell-Latitude-E5420:~# git clone https://code.qt.io/qt/qt5.git
Cloning into 'qt5'...
fatal: unable to access 'https://code.qt.io/qt/qt5.git/': gnutls_handshake() warning: The server name sent was not recognizedCan anyone help me.
-
Hi,
Might be a network glitch, just tested it and no particular problem
-
I have faced the same issue, however I resolved it by following the instructions from the below link:
http://pifuge.com/ubuntu/cPB-error-gnutls-handshake-failed-when-connecting-to-https-servers
-
This post is deleted!