Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git clone now require User name and password ( #3

Open
mmmcorpsvit opened this issue Nov 10, 2014 · 1 comment
Open

Git clone now require User name and password ( #3

mmmcorpsvit opened this issue Nov 10, 2014 · 1 comment

Comments

@mmmcorpsvit
Copy link

git clone https://github.com/draperlaboratory/llvm
or
git clone https://github.com/draperlaboratory/clang

root@sa-VirtualBox:/home/sa# git clone https://github.com/draperlaboratory/llvm
Cloning into 'llvm'...
Username for 'https://github.com':

  1. how can compile for windows host, its posible ?

sory my poor english

@rtc-draper
Copy link
Collaborator

Use the new instructions (our local mirrors were destroyed):

git clone https://github.com/llvm-mirror/llvm
cd llvm
git checkout release_35
cd tools
git clone https://github.com/llvm-mirror/clang
cd clang
git checkout release_35
cd $HOME/llvm

From: mmmcorpsvit [mailto:[email protected]]
Sent: Monday, November 10, 2014 5:28 AM
To: draperlaboratory/llvm-cbe
Subject: [llvm-cbe] Git clone now require User name and password ( (#3)

git clone https://github.com/draperlaboratory/llvm
or
git clone https://github.com/draperlaboratory/clang

root@sa-VirtualBox:/home/sa# git clone https://github.com/draperlaboratory/llvm
Cloning into 'llvm'...
Username for 'https://github.com':

  1. how can compile for windows host, its posible ?

sory my poor english


Reply to this email directly or view it on GitHubhttps://github.com//issues/3.


Notice: This email and any attachments may contain proprietary (Draper non-public) and/or export-controlled information of Draper Laboratory. If you are not the intended recipient of this email, please immediately notify the sender by replying to this email and immediately destroy all copies of this email.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants