I found that qt in gitorious.org actually works, the problem is that the git:// protocol is not supported any more. I changed the remote url as follows:
git remote set-url origin https://gitorious.org/qt/qt5.git I works again! On Sun, Mar 8, 2015 at 2:37 PM, Liang Jian <jianlian...@gmail.com> wrote: > Thank you! > > On Sun, Mar 8, 2015 at 12:29 PM, Alejandro Exojo <s...@badopi.org> wrote: > >> El Sunday 08 March 2015, Liang Jian escribió: >> > hi, I can clone qt form https://github.com/qtproject/qt5.git, but >> when >> > I run ./init-repository --no-webkit, error occurs: >> > >> > fatal: repository 'https://github.com/qtproject/qt5qt/qtactiveqt.git/' >> not >> (...) >> > Do you encounter the same problem? >> >> Yes, somebody mentioned the other day: there is an extra "qt5qt/" in the >> URL. >> The script was written for working on gitorious with their URLs, I >> suppose. >> Try editing .git/config and fix the URLs to be the right ones. Or try >> again >> with code.qt.io if that works properly. >> >> -- >> Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 >> http://barnacity.net/ | http://disperso.net >> _______________________________________________ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest >> > >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest