I am new to coding and webdevelopment just started taking a class using dreamweaver and had to install on a mac, also new to mac. Thank you, I could not use the other videos on this subject. I was only able to be successful using your video. Thanks for the great explanation for us newbies.
I've been looking at installation of homebrew for such a long time and no video makes it this clear. Thank you so much for your help! I really appreciate it!
hi, the git version on the terminal output is that of Xcode installation - not that of Homebrew installation. You may check this with: "which git" or "where git" on Terminal. OR simply look up the Terminal screen to see the git version being installed by Homebrew. To see the correct brew git version(2.43.0) in your case: exit the Terminal and restart the Terminal, then check git version(assumption is that the path is set correctly). Otherwise, helpful video.
Thank you my friend. This video is very much useful to me. I wish you a good health and prosperous so that you can help others like me and have a good life.
Didnt work for me. Im still all new to this stuff and after downloading git and runnibg brew -version i got the brew is no command. I then copy pasted the command to add it to my path which also did not work 😭 i will hopefully find a solution soon.
After you install home brew you have to follow complete the next steps: ==> Next steps: - Run these commands in your terminal to add Homebrew to your PATH: 1) echo >> /Users/YOUR INFO/.zprofile 2) echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/YOUR INFO/.zprofile 3) eval "$(/opt/homebrew/bin/brew shellenv)" I just copied and pasted them.
- Run these two commands in your terminal to add Homebrew to your PATH: 1. (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/xxxxxxxxxx/.zprofile 2. eval "$(/opt/homebrew/bin/brew shellenv)" replace xxxxxxxxxx with your profile name
hi, there is two commands, that you have to apply, in the "Next steps", and y don´t know how to end the installation. Sorry i am from Chile, and I´m novice in terminal and english.
i'm having trouble in VS Code where the "clone repository" button is not displaying. After searching online, I assumed a connection between Git and VS code where if I install Git, it will allow me to clone repositories. Is this true?
You'll want to follow the prompt to install those too. On Mac there's not much you can do without the Xcode Command line tools, and you need them to run certain software/commands in the terminal (including homebrew). Sometimes they are already installed by default, other times they are not in which case you'll need to follow the prompt and install them.
After the installation of Git using homebrew quit the terminal and reopen it. Then you can see the latest version without Apple. Then if you type which git then you can see homebrew directory
You sir, are a godsend!! I had to submit this exact thing for attendance today and I was so confused because I did think it was the same thing as Github and that this was supposed to lead to it. But thanks to your video I submitted on time and get marks for my attendance, I can't stress this enough, THANK YOU CODE WIZARD!!!
oh my god. ive been watching yt tutorials for a whole week trying to update my git and it just keeps saying my version is 2.15.0..WTF? Literally nothing is working and ive searched stack overflow and yt for hours trying to figure this out. Is anyone else going through the same thing?
Did you install via brew install git? Sometimes you need to link it via: brew link --force git@2.34 (or whatever version you installed). Then restart your terminal.
And if that still doesn't work update your path variable in .zshrc or .bash_profile: PATH="/usr/local/opt/git@VERSION/bin:$PATH" (replace VERSION with whatever version you installed), then restart terminal
The git version shown in this video is not the one that Homebrew installed. That is the default git that comes with MacOS. This tutorial will not help individuals looking to use the latest git version. Git 2.43.0 is not the version you showed as your solution (Git 2.39.3)
you don't see the password when you type it. Just write your password and press enter, and it moves on to the next steps. At least, that is what I did.
I am new to coding and webdevelopment just started taking a class using dreamweaver and had to install on a mac, also new to mac. Thank you, I could not use the other videos on this subject. I was only able to be successful using your video. Thanks for the great explanation for us newbies.
I've been looking at installation of homebrew for such a long time and no video makes it this clear. Thank you so much for your help! I really appreciate it!
Glad I could help!
I love the fact that you explained difference between git and github even though you did not have to but cleared it up. Love that
Thanks so much!
Time stamp. Found it. 3:40
hi, the git version on the terminal output is that of Xcode installation - not that of Homebrew installation. You may check this with: "which git" or "where git" on Terminal. OR simply look up the Terminal screen to see the git version being installed by Homebrew. To see the correct brew git version(2.43.0) in your case: exit the Terminal and restart the Terminal, then check git version(assumption is that the path is set correctly). Otherwise, helpful video.
Thanks! I'm starting Github for project and you made this video so clear.
Great to hear!
Now, this is some next-level computer guy stuff. Thank you for the tutorial my man!
Thank you my friend. This video is very much useful to me. I wish you a good health and prosperous so that you can help others like me and have a good life.
God u saved me. Ive been looking at videos for an hour
Glad it helped!
Thank you! It helped me a lot! Have a nice day!
Didnt work for me. Im still all new to this stuff and after downloading git and runnibg brew -version i got the brew is no command. I then copy pasted the command to add it to my path which also did not work 😭 i will hopefully find a solution soon.
After you install home brew you have to follow complete the next steps:
==> Next steps:
- Run these commands in your terminal to add Homebrew to your PATH:
1) echo >> /Users/YOUR INFO/.zprofile
2) echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/YOUR INFO/.zprofile
3) eval "$(/opt/homebrew/bin/brew shellenv)"
I just copied and pasted them.
zsh: command not found: brew
echo 'PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile dont help.
- Run these two commands in your terminal to add Homebrew to your PATH:
1. (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/xxxxxxxxxx/.zprofile
2. eval "$(/opt/homebrew/bin/brew shellenv)"
replace xxxxxxxxxx with your profile name
@@capetechiehub Thanks
@@capetechiehub many thanks!
@@capetechiehub Thanks, the installation itself gave these lines, but I wasn't sure where each began and ended.
@@capetechiehub Many thanks Man/Woman
Hey man keep up the great content! It’s super helpful!
hi, there is two commands, that you have to apply, in the "Next steps", and y don´t know how to end the installation.
Sorry i am from Chile, and I´m novice in terminal and english.
Thanks a lot for your video, im from Mexico and any video in Spanish is good like this one that you made
Excellent - thanks for the clear explanation
This was so easy to follow thank you so so much!!
Glad it was helpful!
i'm having trouble in VS Code where the "clone repository" button is not displaying. After searching online, I assumed a connection between Git and VS code where if I install Git, it will allow me to clone repositories. Is this true?
Thank you this was helpful, and explained clearly. Was an easy setup. Thanks again
This was very helpful, thank you so much!
thank you so much i was really stuck on how to download it using homebrew
nice video, thanks from Brazil
Thank you! This was so easy to follow
bro thank you so much it was an easy to follow tutorial
Very good video and the explanation is very clear. Thank you.
Thx for excellent explanation.
I had so much problem thank you so much for all this
Glad it helped!
Excellent video. Thank you.
in my terminal instead of installing Homebrew, why did the terminal tell me that The Xcode Command Line Tools will be installed?
You'll want to follow the prompt to install those too. On Mac there's not much you can do without the Xcode Command line tools, and you need them to run certain software/commands in the terminal (including homebrew). Sometimes they are already installed by default, other times they are not in which case you'll need to follow the prompt and install them.
Nice video but you should teach how to add brew in our path
loved the video
please help;
zsh: command not found: brew--version
zsh: command not found: brew--version
export PATH=/opt/homebrew/bin:$PATH
now check. I hope it will solve
Great video ! very clear, thank you.
Thanks for the video on MAC.
Thank you! It really helped me 😍
thank you so much! very helpful info
Glad it was helpful!
Thank you so much for your help!
legend! thank you
Nice video. I solved my problem with this .
Glad to hear that!
Thank You Sir !
Are you sure? Isn't 'git version 2.39.3 (Apple Git-145)' the system's original git? Typing 'which git', it;s in /usr/bin/git, not homebrew directory
After the installation of Git using homebrew quit the terminal and reopen it. Then you can see the latest version without Apple. Then if you type which git then you can see homebrew directory
Thank you man
thanks a lot, it works!
You're welcome!
You sir, are a godsend!! I had to submit this exact thing for attendance today and I was so confused because I did think it was the same thing as Github and that this was supposed to lead to it. But thanks to your video I submitted on time and get marks for my attendance, I can't stress this enough, THANK YOU CODE WIZARD!!!
Thanks, my G!!
Very good Video!! Thanks !!
Thanks!
best video ..very clear..
oh my god. ive been watching yt tutorials for a whole week trying to update my git and it just keeps saying my version is 2.15.0..WTF? Literally nothing is working and ive searched stack overflow and yt for hours trying to figure this out. Is anyone else going through the same thing?
Did you install via brew install git? Sometimes you need to link it via: brew link --force git@2.34 (or whatever version you installed). Then restart your terminal.
And if that still doesn't work update your path variable in .zshrc or .bash_profile: PATH="/usr/local/opt/git@VERSION/bin:$PATH" (replace VERSION with whatever version you installed), then restart terminal
the best man
The git version shown in this video is not the one that Homebrew installed. That is the default git that comes with MacOS. This tutorial will not help individuals looking to use the latest git version. Git 2.43.0 is not the version you showed as your solution (Git 2.39.3)
Thanks a lot. ❤
Always welcome
I cant type password
you don't see the password when you type it.
Just write your password and press enter, and it moves on to the next steps. At least, that is what I did.
@@recitationOfHolyKoran thank you got it
thanks
You're welcome!
Best video
Thanks!
Very good video and the explanation is very clear. Thank you.
Thank you so much!