jdhorner Posted October 28, 2011 Share Posted October 28, 2011 Following this guide: http://www.scorpius-project.org/mumble-osx-dev/I get to step 2 "The Easy Way" I downloaded the file located here, as instructed: http://www.scorpius-project.org/mumble-osx-dev/MumbleDeveloper.tar.bz2and extracted it to the root folder of my hard drive. While in / in terminal, I executed the "mumble-x86-64-build-env" build environment shell script. It was successful. From there, I followed the next step, to run the following four commands: git clone git://mumble.git.sourceforge.net/gitroot/mumble mumble.gitcd mumble.gitgit submodule initgit submodule updateHowever, it fails at the first of the four, with the following error message: Cloning into mumble.git...fatal: The remote end hung up unexpectedlyEverything I've read about this issue talks of configuring things on the REMOTE server, but I obviously cannot access that, and do not know how to proceed from here. I have the Mac OS developer tools installed, and everything seems as though it should work, but I can't clone the git repository. Any clues? Quote Link to comment Share on other sites More sharing options...
Administrators mkrautz Posted October 28, 2011 Administrators Share Posted October 28, 2011 I believe you've solved this, but the Mumble repo is now hosted at GitHub:https://github.com/mumble-voip/mumbleThe one-liner to clone the repo and all the submodules is therefore:git clone --recursive git://github.com/mumble-voip/mumble.git mumble.git Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.