How to use Git - Git Video Tutorial - Part 0 (Installation)

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024
  • How to use Git
    Git Video Tutorial
    Part 0 (Installation)
    Like I mention in the video...I wouldn't be surprised if I get questions for this one since everyone's computer is setup in different ways. I'd say if you want an immediate response...try googling your error message first!
    Apple Support (32 or 64 bit?)
    support.apple.c...
    NEXT EPISODE!
    Part 1 - Git introduction. Learning the basics.

Комментарии • 27

  • @bpatey100
    @bpatey100 10 лет назад +9

    The text on the screen is too small to read.

  • @hugoestr
    @hugoestr 12 лет назад

    @salfratuka The big difference is that git is distributed and SVN has a central repository. That means than rather than just checking out a few documents at a time, you work with the whole repository.

  • @RedFlagMobileDotCom
    @RedFlagMobileDotCom 11 лет назад

    O.K.-- i got it. Thanks so much for your help. Don't know why everything has to be so dang convoluted-- but thanks a bunch.

  • @RedFlagMobileDotCom
    @RedFlagMobileDotCom 11 лет назад

    Quote-- " if you do not set up your security keys-- your ssh keys"-- i think is the part i have not done correctly and could use some feed back or help with. Thanks.

  • @francisco_plays
    @francisco_plays 13 лет назад

    I want to learn about branches and tagging. Can I checkout a tag? Thanks for your guide. Looking forward for the next videos.

  • @thereallingan
    @thereallingan 11 лет назад

    Good video, but next time make the font of your terminal window bigger. Even at 720p video, the size if your font is extremely tiny and still not clear.

  • @rk608
    @rk608 12 лет назад

    good one! i enjoyed it!

  • @roywei1987
    @roywei1987 12 лет назад

    thanks for starting with serial number 0 so that we know it's made by a programmer :)

  • @thejacenxpress
    @thejacenxpress  13 лет назад

    @salfratuka Thanks! I have 4-5 more videos planned out for the basics...and then after that...whatever anyone wants to see/learn if they get enough views/don't break anyone's computer.

  • @briansgervais
    @briansgervais 12 лет назад

    @thejacenxpress Thanks for the quick reply. I tried just 'git push origin master' with no luck. Still getting that same error.

  • @thejacenxpress
    @thejacenxpress  12 лет назад

    @briansgervais Hey there Brian! Try taking out the -u. (git push origin master)

  • @debbyfrench4654
    @debbyfrench4654 10 лет назад +1

    Is it possible to see the steps for setting up your SSH-key, adding key, & cloning. The font is to small even if you blow the screen up.

  • @thejacenxpress
    @thejacenxpress  11 лет назад

    At the time of the recording I was using Visor, now I use iTerm2

  • @thejacenxpress
    @thejacenxpress  12 лет назад

    @Zahrec I tried copying the link to the site but youtube ain't liking it! Do a google search for Visor, it's the top one :)

  • @RedFlagMobileDotCom
    @RedFlagMobileDotCom 11 лет назад

    Hey-- thanks so much for your quick reply-- would have sent one dirctly by was a no-reply e-mail. Am going there to do that now && kind regards, mark-p.

  • @MrMNRichardWright
    @MrMNRichardWright 8 лет назад

    4-5-2016 older versions of GIT installers don't seem to be available. A Note for the latest indicates its "universal" . Crossing my fingers for now.

  • @thejacenxpress
    @thejacenxpress  13 лет назад

    @salfratuka I only have about 500 characters to type for these comments responses so I dont' want to go into a long explanation. I googled "svn vs git" and found some great articles that go a lot more in depth than 500 characters into explaining the differences. Unfortunately EVERYONE is opinionated about what they think is better. I think they both are great...but the company I work at uses GIT. If you want to know exactly why we switched from SVN...send me a PM and I'll write you back. :)

  • @RedFlagMobileDotCom
    @RedFlagMobileDotCom 11 лет назад

    Hey-- i have a simple html5 app i am trying to load in as a FaceBook game w/ a heroku account they gave me free. Heroku says to set up a git account and i have done this with your video help-- thanks. have the user and password set-- have an "h-t-t-p-s" prefix on my file-- dont seem to have a O-Auth key and can't do it in Get Bash. Would you be willing to help me a little or tell me where to go ?? Thanks.

  • @marwinjacinto301
    @marwinjacinto301 10 лет назад

    where's the link to that set up instructions? I can't really see what he's typing since it's not 1080p

  • @francisco_plays
    @francisco_plays 13 лет назад

    how is it different from SVN?

  • @pranishshrestha4781
    @pranishshrestha4781 10 лет назад

    Is it possible to use git for two different projects? I mean I have to use git for my office project and I want to self learn more about git by creating repositories by myself.

  • @briansgervais
    @briansgervais 12 лет назад

    I'm getting an error (ssh: Could not resolve hostname github: nodename nor servname provided, or not known) when entering this command: git push -u origin master
    Do you know why I might be getting this message?
    Thanks for the video, by the way. It's great!

  • @ilanherz
    @ilanherz 8 лет назад

    hi jason
    im trying to add my ssh key to my ssh agent and im getting this error:
    owner@USER /c/test (master)
    $ ssh-add ~/.ssh/id_rsa
    Could not open a connection to your authentication agent.
    if you have any idea why i would appreciate your help

  • @gzion7
    @gzion7 11 лет назад

    I keep getting:
    not found: did you run git update-server-info on the server?

  • @rkjessop
    @rkjessop 8 лет назад

    Resolution of the video is poor. Looks like this is a comment posted a year ago; so, I guess we don't care.

  • @thejacenxpress
    @thejacenxpress  11 лет назад

    Try this:
    h t t p s://help.github.com/articles/generating-ssh-keys

  • @rkjessop
    @rkjessop 8 лет назад

    This video is seriously outdated.