Results 1 to 4 of 4

Thread: How did I got Command Not Found error in Laravel

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default How did I got Command Not Found error in Laravel

    I am getting error

    Code:
    sherly@HOME:~/www/imagehostnow.com/public/thumb/4ca4238a0b$ got log
    No command 'got' found, did you mean:
     Command 'dot' from package 'graphviz' (main)
     Command 'god' from package 'ruby-god' (universe)
     Command 'gmt' from package 'libgenome-perl' (universe)
     Command 'gst' from package 'gnu-smalltalk' (universe)
     Command 'jot' from package 'athena-jot' (universe)
     Command 'gpt' from package 'gpt' (universe)
     Command 'goo' from package 'goo' (universe)
     Command 'go' from package 'gccgo-go' (universe)
     Command 'hot' from package 'hopenpgp-tools' (universe)
     Command 'gt' from package 'genometools' (universe)
     Command 'gom' from package 'gom' (universe)
     Command 'gout' from package 'scotch' (universe)
     Command 'git' from package 'git' (main)
     Command 'go2' from package 'go2' (universe)
    got: command not found
    sherly@HOME:~/www/imagehostnow.com/public/thumb/4ca4238a0b$



    I am working to fix this.

  2. #2
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Any reason for going to such strange link like

    Code:
    http://imagehostnow.com/public/thumb/4ca4238a0b
    ?
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  3. #3
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    I have typed "got log" instead of "git log". That was my mistake.


    Code:
    sherly@HOME:~/www/imagehostnow.com/public/thumb/4ca4238a0b$ got log

  4. #4
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    Good that problem is solved.

    It is always better run commands from "root" of project folder, for example

    Code:
    cd ~/www/imagehostnow.com
    git log
    We should carefully read the results as if some of the commands we run fail, you don't get expected result, some times it can be dangerous too. So it is always better run one command at a time, verifying result of each command.
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •