About 1,818,650 results (1,819 milliseconds)

tesseract-ocr/tesseract: Tesseract Open Source OCR ... - GitHub

https://opensource.google.com/projects/tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine.

Re: [git-users] "cannot spawn ssh" while trying to push changes to ...

https://groups.google.com/g/msysgit/c/GKKG9Da7aic
Note that you can point Github for Windows towards other non-Github repositories. You can also use the command line Git that bundles with Github for Windows.

A Basic Guide to Contributing on Github

https://feedproxy.google.com/~r/DeanHumesBlog/~3/AoiPbvVQiTU/8119
Mar 30, 2015 ... ... code and Github for Windows will immediately notice the changes. ... I recommend advancing to the next level and using the command line to fork, ...

andreafrancia/trash-cli: Command line interface to the ... - GitHub

http://code.google.com/p/trash-cli/
trash-cli trashes files recording the original path, deletion date, and permissions. It uses the same trashcan used by KDE, GNOME, and XFCE, but you can invoke ...

Git/Github survival guide - Ivan Porto Carrero

http://feedproxy.google.com/~r/casualjim/~3/xG1H_B0RIXw/
Mar 21, 2009 ... I use git at the command line and my survival guide is also based on ... repository you can just clone a repository by its public clone url ie.

trying to run cap deploy:update and getting "no such file or directory ...

https://groups.google.com/g/capistrano/c/GNfheEKUEFo/m/jNiCwkIXJTAJ
connection timed out. When I try to clone my github repository locally on the remote server, the process seems to proceed, but terminates with a 401 error:

Release candidate of Git for Windows 2.x is out

https://groups.google.com/g/msysgit/c/V1cygVVwCbY
Everything's working now, but when I clone a repository git clone http ... I reproduce it using the windows command prompt (cmd.exe) using any repository.

Authentication for git google cloud repository

https://groups.google.com/g/google-cloud-sdk/c/8SfiaKEYXTM
Apr 25, 2016 ... ... windows command prompt. The command "gcloud source repos clone default" is returning error (below) similar to push command. "Cloning into ...

Cloning a repository | Cloud Source Repositories Documentation ...

https://cloud.google.com/source-repositories/docs/cloning-repositories
Mirroring a GitHub repository · Mirroring ... If you're not using manually generated credentials or the gcloud CLI, you can clone a repository by using SSH.

Does GO GET require to install git on Windows?

https://groups.google.com/g/golang-nuts/c/yzWkf_fduOM
Aug 9, 2012 ... ... Command Line Illiterate users, however, there are ... Many code hosting sites like github provide the ability to download repositories ...

Python Fire is a library for automatically generating command line ...

https://opensource.google.com/projects/python-fire
Search code, repositories, users, issues, pull requests... Search. Clear ... github .github · Update hypothesis requirement in /.github/scripts (#574). last ...

git protocol on windows

https://groups.google.com/g/msysgit/c/wEWsL8eeG_s
I'm happily using msysgit as a 'client' to an origin repository on github, pushing and pulling with ssh through pageant. I'm wondering now if it is at all ...

google/brotli: Brotli compression format - GitHub

https://opensource.google.com/projects/brotli
Search code, repositories, users, issues, pull requests... Search. Clear ... git clone https://github.com/Microsoft/vcpkg.git cd vcpkg ./bootstrap-vcpkg.sh ...

Error when running 'npm install' for a package on a git repo

https://groups.google.com/g/nodejs/c/hEr9RvWYQ9c/m/ZUAsJMLEhKcJ
Jul 24, 2015 ... This is killing me. After entering the following in the command line. > npm install git+https://github.com/jshint/jshint.git.

Developing a Windows C++ RPC Service -

https://groups.google.com/g/grpc-io/c/9XkKF3BJwjw
Mar 1, 2016 ... open my git for windows MinGW64 shell (effectively a command window) and.... git clone https://github.com/grpc/grpc.git grpc; cd grpc; git ...

gsutil tool | Cloud Storage | Google Cloud

https://cloud.google.com/storage/docs/gsutil
gsutil is a Python application that lets you access Cloud Storage from the command line. ... project on GitHub. Limitations. When using gsutil with Windows ...

fatal: could not read Password for 'http://[email protected]': No ...

https://groups.google.com/g/capistrano/c/PK1NAhnrAU4
They all seem to arise when capistrano tries to access my git repository from the production server. ... git bash command line on my Windows development machine:.

wagtaildemo errors

https://groups.google.com/g/wagtail/c/R3OpkW-Mcqw
* You're starting the commands (from "git clone https://github.com/torchbox ... line 4: $'\r': command not found ==> default: /home/vagrant/.bashrc ...

"Quickstart" on windows / some questions

https://groups.google.com/g/rez-config/c/iKUupsv0JMc
Not searching for unused variables given on the command line. -- The C ... See also "D:/_RESEARCH/rez/base_repository/platform/windows/build/CMakeFiles/ ...

How to iintialize git sub sub modules

https://groups.google.com/g/msysgit/c/Aed0cwdA88s
> In the git-bash command line running > > git submodule update --init ... > And this happens when you run the above command in cloud9 repository: > > ...