What worked for me is something similar to what rohitmohta is proposing ; in regular DOS command prompt (not on git bash) :
first
git config --global http.proxy http://username:password@proxiURL:proxiPort
and in some cases also
git config --global https.proxy http://username:password@proxiURL:proxiPort
then
git config --global http.sslVerify false
(I confirm it’s necessary : if set to true getting “SSL certificate problem: unable to get local issuer certificate” error)
in my case, no need of defining all_proxy variable
and finally
git clone https://github.com/someUser/someRepo.git
Related Posts:
- git error: failed to push some refs to remote
- Git error: “Please make sure you have the correct access rights and the repository exists”
- Untrack files from git temporarily
- Git, fatal: The remote end hung up unexpectedly
- Git – remote: Repository not found
- Pushing to Git returning Error Code 403 fatal: HTTP request failed
- Git master branch has no upstream branch
- How can I determine the URL that a local Git repository was originally cloned from?
- How to pull from one remote branch to another branch in git?
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How to git add a whole folder
- What does ‘git remote add upstream’ help achieve?
- git status (nothing to commit, working directory clean), however with changes commited
- How can I rollback a git repository to a specific commit?
- How to remove a directory from git repository?
- gpg failed to sign the data fatal: failed to write commit object
- Git pull origin
overwrites master? - Git merge with force overwrite
- Git Push ERROR: Repository not found
- Why does Git tell me “No such remote ‘origin'” when I try to push to origin?
- Git pull till a particular commit
- Does Git Add have a verbose switch
- Why does Git say my master branch is “already up to date” even though it is not?
- Git Clone – Repository not found
- git SSL certificate- Invalid certificate chain while accessing
- Git push existing repo to a new and different remote repo server?
- What is .gitignore exactly?
- GitHub – error: failed to push some refs to ‘[email protected]:myrepo.git’
- git – remote add origin vs remote set-url origin
- GitHub Error Message – Permission denied (publickey)
- github changes not staged for commit
- Git : fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists
- How to draw checkbox or tick mark in GitHub Markdown table?
- How do I pull my project from github?
- Difference between Git and GitHub
- How to draw checkbox or tick mark in GitHub Markdown table?
- How to solve SSL certificate: self signed certificate when cloning repo from github?
- How to upload folders on GitHub
- fatal: The current branch master has no upstream branch
- How to fix HTTP 404 on Github Pages?
- How to pull a specific branch from Github
- Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied
- How can I give access to a private GitHub repository?
- Can I share my private GitHub repository by link?
- There is no tracking information for the current branch
- Git push results in “Authentication Failed”
- Meaning of the GitHub message: push declined due to email privacy restrictions
- How do I create a folder in a GitHub repository?
- How to rename a directory/folder on GitHub website?
- How do I pull from a Git repository through an HTTP proxy?
- Download a single folder or directory from a GitHub repo
- How do I rename a repository on GitHub?
- What do raw.githubusercontent.com URLs represent?
- “Key is invalid” message on GitHub
- Git: Installing Git in PATH with GitHub client for Windows
- Github “Updates were rejected because the remote contains work that you do not have locally.”
- My new Github page isn’t showing up
- How can I remove a commit on GitHub?
- Unity Collaborate vs GitHub
- “fatal: HttpRequestException encountered.” Error with GitHub/Bitbucket Repositories due to dropping TLS-1.0 support
- SourceTree keeps asking for Github password
- Create a new file in git bash
- How to change the license for a project at Github?
- Why I always Got Error “Push to origin/master was rejected”?
- Git lfs – “this exceeds GitHub’s file size limit of 100.00 MB”
- Github Windows ‘Failed to sync this branch’
- fatal: could not read Username for ‘https://github.com’: No such file or directory
- Github Authentication Failed – … GitHub does not provide shell access
- How to update a branch with master on GitHub
- How do I pull files from remote without overwriting local files?
- git push origin master does not work
- Can I arrange repositories into folders on Github?
- Delete forked repo from GitHub
- How to discard local changes and pull latest from GitHub repository
- Could not create work tree dir ‘example.com’.: Permission denied
- ‘ssh’ is not recognized as an internal or external command
- Can you get the number of lines of code from a GitHub repository?
- Differences between Commit, Commit and Push, Commit and Sync
- How can I delete all Git branches which have been merged?
- key_load_public: invalid format
- Importing a GitHub project into Eclipse
- How to show math equations in general github’s markdown(not github’s blog)
- Git: Where exactly is the “working directory”?
- Create empty branch on GitHub
- Import existing source code to GitHub
- GIT and Development URL’s point to production
- How to handle a GitHub webhook POST request?
- Pull latest stable release via git [closed]
- Why doesn’t the “Press This” bookmarklet work on GitHub?
- how to embed or share a gits in my blog wordpress?
- How to persist custom posts, custom fields and styles on a Github repository?
- What is the wordpress Git hub Repo master on beta?
- How to use one git (github) repository for version control for multiple themes
- Is it bad practice to install WordPress by cloning from the official GitHub repo?
- Is it a good idea to make WordPress theme repository public?
- WordPress GitHub Workflow
- Git ignore everything except custom theme directory
- Sync Local site and Distant site
- Is it possible to checkout a beta version of WordPress via github?
- how can I create a WP offline environment before releasing the websites? [closed]