Git Bash Terminal in Visual Studio Code for Windows 10

  Рет қаралды 46,180

Jon Peppinck

Jon Peppinck

Күн бұрын

Пікірлер: 52
@maxdegreat566
@maxdegreat566 4 жыл бұрын
thank you, had to watch 30 times and read comments byt thanks u were like the only one who had an updated vid on this
@shashwatanand6992
@shashwatanand6992 2 жыл бұрын
Thank You brother, after more than an hour of searching and not finding any solution, your video helped me solve this issue. Thanks again brother ❤❤. Love from India
@JonPeppinck
@JonPeppinck 2 жыл бұрын
That's awesome to hear. Very glad this video has helped you out. Cheers!
@Mahesh-pb2np
@Mahesh-pb2np 4 жыл бұрын
You made my day bro! I was trying this things since last 1 hour but no success and ur 3 minutes long video guide me so well! THANKS A TON 🔥
@JonPeppinck
@JonPeppinck 4 жыл бұрын
You are very welcome. Very glad to hear it helped solve the issue so fast. Enjoy :)
@divyanshuagarwal7014
@divyanshuagarwal7014 3 жыл бұрын
Thanks, solved my problem in just 3 minutes
@JonPeppinck
@JonPeppinck 3 жыл бұрын
That is awesome, glad it helped!
@ahmedeldiwany3551
@ahmedeldiwany3551 2 жыл бұрын
Thank you! Git shell works perfectly now in VS Code
@JonPeppinck
@JonPeppinck 2 жыл бұрын
Awesome! enjoy!
@darkgod7188
@darkgod7188 4 жыл бұрын
after searching for shell terminal in settings, what you did i didnt understood
@JonPeppinck
@JonPeppinck 4 жыл бұрын
After file -> preferences - > settings, you can click the 'Open Settings (JSON)' button in the top right corner of the file tabs section (just below where you exit or minimize any program). Alternatively you can use the keyboard shortcut 'ctrl + shift + p' and then type '> Open Settings (JSON)'
@darkgod7188
@darkgod7188 4 жыл бұрын
@@JonPeppinck yes it worked, thx 😊
@maxdegreat566
@maxdegreat566 4 жыл бұрын
Same
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Install VSCode: kzbin.info/www/bejne/imjEo2Ote9mlg8k 11 Best VSCode Extensions: kzbin.info/www/bejne/g6vThJaco52qeqM
@nihalshaikh2976
@nihalshaikh2976 2 жыл бұрын
its work thanks
@JonPeppinck
@JonPeppinck Жыл бұрын
Awesome! Great stuff
@zohrabsmdzd
@zohrabsmdzd 3 жыл бұрын
how did u open settings.json
@JonPeppinck
@JonPeppinck 3 жыл бұрын
You can access settings.json by navigating - file -> preferences - > settings, you can click the 'Open Settings (JSON)' button in the top right corner of the file tabs section (just below where you exit or minimize any program). Alternatively you can use the keyboard shortcut 'ctrl + shift + p' and then type '> Open Settings (JSON)'
@zohrabsmdzd
@zohrabsmdzd 3 жыл бұрын
@@JonPeppinck thx i appreciated that👍
@nithyaniranjani
@nithyaniranjani 4 жыл бұрын
Thank you for this!
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Thanks for watching. I'm glad it was helpful to you.
@wspotto
@wspotto 3 жыл бұрын
Thank you!!!
@JonPeppinck
@JonPeppinck 3 жыл бұрын
Glad it helped. Thanks for watching!
@toufikforu
@toufikforu 3 жыл бұрын
can't found settings.json file
@JonPeppinck
@JonPeppinck 3 жыл бұрын
After file -> preferences - > settings, you can click the 'Open Settings (JSON)' button in the top right corner of the file tabs section (just below where you exit or minimize any program). Alternatively you can use the keyboard shortcut 'ctrl + shift + p' and then type '> Open Settings (JSON)'
@NinjaAhmed-cp3pe
@NinjaAhmed-cp3pe 4 жыл бұрын
OMG TYSM YOUR THE BEST SUBBED!
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Thank so much for the sub. Glad it helped, enjoy!
@umernasir4217
@umernasir4217 4 жыл бұрын
Thanks! Alot
@JonPeppinck
@JonPeppinck 4 жыл бұрын
All good!
@ogulizainabedinova3763
@ogulizainabedinova3763 4 жыл бұрын
thank u for video, but i've this problam bash.exe: warning: could not find /tmp, please create! bash-4.4$ what can i do
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Try create the folder 'tmp' either in the 'Git' directory or open bash.exe and try mkdir /tmp
@fakhrimouelhi1348
@fakhrimouelhi1348 3 жыл бұрын
thank you.
@JonPeppinck
@JonPeppinck 3 жыл бұрын
Glad it helped!
@ijorrit2609
@ijorrit2609 4 жыл бұрын
Tysm this realy helped
@JonPeppinck
@JonPeppinck 4 жыл бұрын
No worries. I am glad it helped.
@princemuhammad7943
@princemuhammad7943 3 жыл бұрын
thanks...bro 🙂
@JonPeppinck
@JonPeppinck 3 жыл бұрын
You are very welcome. Glad it helped!
@julianacristina9356
@julianacristina9356 3 жыл бұрын
Thank you
@JonPeppinck
@JonPeppinck 3 жыл бұрын
Very Welcome!
@ogulizainabedinova3763
@ogulizainabedinova3763 4 жыл бұрын
bash: cut: command not found
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Getting an error saying the cut command is not found could be from using commas or uppercase characters in your code. Have you already checked your command was entered correctly?
@KeepCalmAndMeme
@KeepCalmAndMeme 4 жыл бұрын
but anyway I cannot use bash command python main.py
@JonPeppinck
@JonPeppinck 4 жыл бұрын
I don't use python but I think it might have something to do with the PATH. I found this on stack overflow that may help: stackoverflow.com/questions/22869192/git-bash-wont-run-my-python-files
@KeepCalmAndMeme
@KeepCalmAndMeme 4 жыл бұрын
gonna sub you
@JonPeppinck
@JonPeppinck 4 жыл бұрын
Thanks so much!
@김승현-r6x
@김승현-r6x 3 жыл бұрын
Thank you~
@JonPeppinck
@JonPeppinck 3 жыл бұрын
Thanks for watching!
@daronbrayant9859
@daronbrayant9859 3 жыл бұрын
thank you sir !
@JonPeppinck
@JonPeppinck 3 жыл бұрын
You are very welcome!
Установка и настройка Git в Windows 10
12:36
Konstantin Shibkov
Рет қаралды 141 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Using Git with Visual Studio Code (Official Beginner Tutorial)
6:56
Visual Studio Code
Рет қаралды 1,4 МЛН
Top 10 VSCode Extensions YOU MUST TRY!
12:24
developedbyed
Рет қаралды 456 М.
5 Hidden Windows Features You Should Be Using in 2025!
8:05
Kevin Stratvert
Рет қаралды 124 М.
40 Windows Commands you NEED to know (in 10 Minutes)
10:54
NetworkChuck
Рет қаралды 3,6 МЛН
Is Windows RUINING your Coding Career?
10:52
Harkirat Singh
Рет қаралды 109 М.
How to use Git inside of VSCode - 2020
12:14
Ihatetomatoes
Рет қаралды 253 М.
My Visual Studio Code Setup for Web Development
13:56
ForrestKnight
Рет қаралды 1,1 МЛН
Using Git & GitHub in VSCode: Stage, Commit, and Push
14:51
Max Rohowsky (Max on Tech)
Рет қаралды 91 М.
How to connect git bash to visual studio code
4:40
Adam Tech
Рет қаралды 1,1 М.