department-of-veterans-affairs / va-data

7 stars 0 forks source link

"Clone in Desktop" does not launch on my machine- Help!! #7

Closed wango123 closed 9 years ago

wango123 commented 10 years ago

I want to upload files to my subdirectory named: "department-of-veterans-affairs/VA_OPEN_DATA_IPT". I am going about it by lauching the "Clone in Desktop" app that is native to GitHub. I just does not launch. Any ideas?

The alternative is to use an app that I found on the internet: How To Deploy File To Github From Windows. I cant use that app on some machines for security/administative reasons.

jalbertbowden commented 10 years ago

cmd is the default, it never fails

wango123 commented 10 years ago

Thanks a bunch. Let me try to figure out what that command is unless you have it handy.

jalbertbowden commented 10 years ago

lol....ok then....just so we are clear, your local repo is ahead of master? and you want to sync them, correct?

wango123 commented 10 years ago

No it is

https://github.com/department-of-veterans-affairs/VA_OPEN_DATA_IPT.

Actually it looks like in the caption below.

Thanks,

Michael Miti-Kavuma

[cid:image001.png@01CF65F5.0A5B9240] From: albert [mailto:notifications@github.com] Sent: Friday, May 02, 2014 10:53 AM To: department-of-veterans-affairs/va-data Cc: Miti-Kavuma, Michael Subject: [EXTERNAL] Re: [va-data] "Clone in Desktop" does not launch on my machine- Help!! (#7)

lol....ok then....just so we are clear, your local repo is ahead of master? and you want to sync them, correct?

— Reply to this email directly or view it on GitHubhttps://github.com/department-of-veterans-affairs/va-data/issues/7#issuecomment-42040127.

wango123 commented 10 years ago

I was able to upload those files using some app on the internet and not the app that is native to GitHub.

jalbertbowden commented 10 years ago

ok...so you're good?

wango123 commented 10 years ago

No. I don’t know what the cmd prompt is and where to put it. I am very new to all this. Just walk me through it and I will fiddle with the rest.

Thanks,

Michael Miti-Kavuma ASD

From: albert [mailto:notifications@github.com] Sent: Friday, May 02, 2014 1:07 PM To: department-of-veterans-affairs/va-data Cc: Miti-Kavuma, Michael Subject: [EXTERNAL] Re: [va-data] "Clone in Desktop" does not launch on my machine- Help!! (#7)

ok...so you're good?

— Reply to this email directly or view it on GitHubhttps://github.com/department-of-veterans-affairs/va-data/issues/7#issuecomment-42054572.

jalbertbowden commented 10 years ago

hmm....ok. well now i'm really confused. but here goes:
to use git, in windows its cmd, os x/linux its terminal, but they're essentially the same in context. you are going to want to cd into the repo that you want to sync, and then type git status and hit enter. git status will tell you the status of the repo that you are in....if you have new/updated files, for each type git add filename and hit enter. once you are done adding them, type git commit -m "commit explanationn"
after git commit runs, then git push origin master and hit enter
this will push your repo to its origin master, which is hosted on github.
if you don't already have your password saved for later use, you're going to have to authenticate your github account to push; you'll see the prompt in cmd to enter your account credentials.
i hope that makes sense...

blacktm commented 10 years ago

You guys might want to check out these resources:

wango123 commented 10 years ago

Thanks for you tips.

My problem, I have just figured out is I did not have git installed on my machine. Let me get admin rights to it, install it (git) and then take it from there.

Git –version gives me “git’ is not recognized as an internal or external command, operable program or bath file.

Wango123

blacktm commented 10 years ago

When you get admin rights, downloading the GitHub app (https://windows.github.com) is by far the easiest way to get started – it will automate all the setup stuff, like installing and configuring Git.

paultag commented 9 years ago

Cleaning out issues on this repo, please re-open if that's in error!