> On 21. Oct 2017, at 15:56, Jeffrey Brendecke <jeffrey.brende...@gmail.com> > wrote: > > Is it possible to access the latest development branches for Qt versions > after 5.10? > > If so, where do I get the source and are there compilation/installation > instructions beyond what is found here: > > https://wiki.qt.io/Building_Qt_5_from_Git > <https://wiki.qt.io/Building_Qt_5_from_Git> >
The process for cloning and checking out the dev branch goes fine until qtnetworkauth. At that point I am consistently prompted to authenticate, which does not succeed with my GitHub account. Do I need to be registered anywhere as a user in order to get access? I just want read-only access at this time. $ git clone https://github.com/qtproject/qt5.git --branch dev $ cd qt5 $ git checkout dev $ perl init-repository --module-subset=default,-qtwebkit,-qtwebkit-examples,-qtwebengine Error message: + git clone --no-checkout https://github.com/qtproject/qtnetworkauth.git qtnetworkauth Cloning into 'qtnetworkauth'... Username for 'https://github.com': XXXX Password for 'https://x...@github.com': remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/qtproject/qtnetworkauth.git/' git clone --no-checkout https://github.com/qtproject/qtnetworkauth.git qtnetworkauth exited with status 32768 at init-repository line 198. Qt::InitRepository::exe('Qt::InitRepository=HASH(0x7f89f2803ff0)', 'git', 'clone', '--no-checkout', 'https://github.com/qtproject/qtnetworkauth.git', 'qtnetworkauth') called at init-repository line 534 Qt::InitRepository::git_clone_one_submodule('Qt::InitRepository=HASH(0x7f89f2803ff0)', 'qtnetworkauth', 'qtnetworkauth.git', 0) called at init-repository line 407 Qt::InitRepository::git_clone_all_submodules('Qt::InitRepository=HASH(0x7f89f2803ff0)', 'qt5', 0, 'preview', 'essential', 'addon', 'deprecated', '-qtwebkit', '-qtwebkit-examples', ...) called at init-repository line 644 Qt::InitRepository::run('Qt::InitRepository=HASH(0x7f89f2803ff0)') called at init-repository line 655
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest