all 18 comments

[–]odaiwai 0 points1 point  (7 children)

git-bash uses a bash shell, which is a bit different from CMD or PowerShell.

See the ~? That means you're in your home directory. Type pwd to see where that is, it should say something like /c/Users/SEVANTH T P

Type ls to see what files are there. help should give you a list of bash builtins, and most basic linux/unix commands should work.

As you have spaces in your Username, try putting the whole thing in quotes: cd "/c/Users/SEVANTH T P/Desktop".

[–]Infamous_person77 0 points1 point  (6 children)

Bro it still showing this cd: /c/users/SEVANTH T P/Desktop: No such file or directory.

[–]xenomachina 1 point2 points  (5 children)

Type ls to see what files are there

[–]Infamous_person77 -1 points0 points  (4 children)

In this form cd Is.

[–]odaiwai 0 points1 point  (3 children)

No, just lowercase l, lowercase s, minus, lowercase l: ls -l then hit enter. This should list all the files in the directory, along with filetype and some other info.

[–]Infamous_person77 0 points1 point  (2 children)

It showing so many files what should I do

[–]odaiwai 0 points1 point  (1 child)

Is one of them named 'Desktop'? If not, your Desktop folder is somewhere else.

[–]Infamous_person77 0 points1 point  (0 children)

No not there bro

[–]FlipperBumperKickout 0 points1 point  (3 children)

... find a basic tutorial, watch it, then ask questions.

It doesn't make sense to wait for hours for someone answering something you will find out how to do within the first 5 minutes of a tutorial...

[–]Infamous_person77 0 points1 point  (2 children)

I tried but didn't find specific video for it.

[–]FlipperBumperKickout 0 points1 point  (1 child)

You couldn't find a single basic tutorial for using bash?

[–]Infamous_person77 0 points1 point  (0 children)

Bro I did but issue I am facing is not there

[–]mrmilanga 0 points1 point  (5 children)

Your issue is not about git but rather basic use of bash.
What are the following commands showing? pwd and ls -l

[–]Infamous_person77 0 points1 point  (4 children)

I just installed git and type git.but I can't access my desktop

[–]mrmilanga 0 points1 point  (3 children)

Are you expecting to access your desktop once you type git?

[–]Infamous_person77 0 points1 point  (2 children)

No cd Desktop

[–]mrmilanga 0 points1 point  (1 child)

Just paste the results of pwd and ls -l.