On Monday, 8 July 2013 at 02:42:50 UTC, JohnnyK wrote:
Hi all,
I have searched everywhere over the Internet and I have yet to find a way to clone a project using git when my workstation is behind a company proxy. Can you guys clone your projects to a single zip file that I can download? This would be easier instead of working with some strange command-line tool that does not recognize modern networks. Honestly I just need the DWT binary with the help files so I can use the api. I have spent weeks searching for a way to download DWT to my windows workstation at work and have yet figured out how to make GIT work.

git can clone via HTTP(S):
git clone http://github.com/D-Programming-Language/dmd.git

Reply via email to