git lfs pull in repository produces an error about dial tcp Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Data science time! April 2019 and salary with experience Should we burninate the [wrap] tag? The Ask Question Wizard is Live!How can I add an empty directory to a Git repository?What is the difference between 'git pull' and 'git fetch'?Find and restore a deleted file in a Git repositoryHow do I force “git pull” to overwrite local files?Remove a file from a Git repository without deleting it from the local filesystemHow to make Git “forget” about a file that was tracked but is now in .gitignore?How to change the URI (URL) for a remote Git repository?How do I push a new local branch to a remote Git repository and track it too?How can I determine the URL that a local Git repository was originally cloned from?How to revert a Git repository to a previous commit

Why are there no cargo aircraft with "flying wing" design?

Compare a given version number in the form major.minor.build.patch and see if one is less than the other

What's the meaning of 間時肆拾貳 at a car parking sign

How widely used is the term Treppenwitz? Is it something that most Germans know?

Do I really need recursive chmod to restrict access to a folder?

How to find all the available tools in mac terminal?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

How come Sam didn't become Lord of Horn Hill?

How to align text above triangle figure

Why is "Consequences inflicted." not a sentence?

What causes the vertical darker bands in my photo?

Identify plant with long narrow paired leaves and reddish stems

Why do we bend a book to keep it straight?

Is it true that "carbohydrates are of no use for the basal metabolic need"?

The logistics of corpse disposal

Ring Automorphisms that fix 1.

Apollo command module space walk?

Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?

Why do people hide their license plates in the EU?

Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Using et al. for a last / senior author rather than for a first author

List of Python versions

What does the "x" in "x86" represent?



git lfs pull in repository produces an error about dial tcp



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Data science time! April 2019 and salary with experience
Should we burninate the [wrap] tag?
The Ask Question Wizard is Live!How can I add an empty directory to a Git repository?What is the difference between 'git pull' and 'git fetch'?Find and restore a deleted file in a Git repositoryHow do I force “git pull” to overwrite local files?Remove a file from a Git repository without deleting it from the local filesystemHow to make Git “forget” about a file that was tracked but is now in .gitignore?How to change the URI (URL) for a remote Git repository?How do I push a new local branch to a remote Git repository and track it too?How can I determine the URL that a local Git repository was originally cloned from?How to revert a Git repository to a previous commit



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















git lfs pull in repository produces the following error:




oobarbazanoo@LAPTOP-CQEVT11F MINGW64 /c/Projects/doesnotmatter/ecom-oneapp-data-staging/ecom-oneapp-data-staging (master)
$ git lfs pull



batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
...




It seems that the issue is about the proxy being configured in a wrong way. So, what I decided to try is to run the command git config --global --unset http.proxy and then the git lfs pull once more. It did not help, I got the same error as above.



I am using Windows 10. Here is the copy of the file C:WindowsSystem32driversetchosts.file:



# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost


As you can see there is no helloInternet host being specified in it. Actually the file is totally blank, since it contains only comments.



What may I do to fix it?



So, here are my environment variables:
enter image description here



After deleting the http_proxy variable and trying out the command everything works just fine.



Thank you.










share|improve this question
























  • Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

    – brian m. carlson
    Mar 8 at 23:34











  • @brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

    – happydeveloper
    Mar 10 at 6:53











  • @brianm.carlson, why not post your comment as an answer?

    – happydeveloper
    Mar 10 at 7:04











  • Sure. Let me do that.

    – brian m. carlson
    Mar 10 at 17:37

















1















git lfs pull in repository produces the following error:




oobarbazanoo@LAPTOP-CQEVT11F MINGW64 /c/Projects/doesnotmatter/ecom-oneapp-data-staging/ecom-oneapp-data-staging (master)
$ git lfs pull



batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
...




It seems that the issue is about the proxy being configured in a wrong way. So, what I decided to try is to run the command git config --global --unset http.proxy and then the git lfs pull once more. It did not help, I got the same error as above.



I am using Windows 10. Here is the copy of the file C:WindowsSystem32driversetchosts.file:



# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost


As you can see there is no helloInternet host being specified in it. Actually the file is totally blank, since it contains only comments.



What may I do to fix it?



So, here are my environment variables:
enter image description here



After deleting the http_proxy variable and trying out the command everything works just fine.



Thank you.










share|improve this question
























  • Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

    – brian m. carlson
    Mar 8 at 23:34











  • @brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

    – happydeveloper
    Mar 10 at 6:53











  • @brianm.carlson, why not post your comment as an answer?

    – happydeveloper
    Mar 10 at 7:04











  • Sure. Let me do that.

    – brian m. carlson
    Mar 10 at 17:37













1












1








1








git lfs pull in repository produces the following error:




oobarbazanoo@LAPTOP-CQEVT11F MINGW64 /c/Projects/doesnotmatter/ecom-oneapp-data-staging/ecom-oneapp-data-staging (master)
$ git lfs pull



batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
...




It seems that the issue is about the proxy being configured in a wrong way. So, what I decided to try is to run the command git config --global --unset http.proxy and then the git lfs pull once more. It did not help, I got the same error as above.



I am using Windows 10. Here is the copy of the file C:WindowsSystem32driversetchosts.file:



# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost


As you can see there is no helloInternet host being specified in it. Actually the file is totally blank, since it contains only comments.



What may I do to fix it?



So, here are my environment variables:
enter image description here



After deleting the http_proxy variable and trying out the command everything works just fine.



Thank you.










share|improve this question
















git lfs pull in repository produces the following error:




oobarbazanoo@LAPTOP-CQEVT11F MINGW64 /c/Projects/doesnotmatter/ecom-oneapp-data-staging/ecom-oneapp-data-staging (master)
$ git lfs pull



batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
batch response: Post https://yaroslavvaltech@bitbucket.org/doesnotmatter/ecom-oneapp-data-staging.git/info/lfs/objects/batch: proxyconnect tcp: dial tcp: lookup helloInternet: no such host
...




It seems that the issue is about the proxy being configured in a wrong way. So, what I decided to try is to run the command git config --global --unset http.proxy and then the git lfs pull once more. It did not help, I got the same error as above.



I am using Windows 10. Here is the copy of the file C:WindowsSystem32driversetchosts.file:



# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost


As you can see there is no helloInternet host being specified in it. Actually the file is totally blank, since it contains only comments.



What may I do to fix it?



So, here are my environment variables:
enter image description here



After deleting the http_proxy variable and trying out the command everything works just fine.



Thank you.







git tcp proxy git-lfs lfs






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 10 at 7:04







happydeveloper

















asked Mar 8 at 17:10









happydeveloperhappydeveloper

135




135












  • Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

    – brian m. carlson
    Mar 8 at 23:34











  • @brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

    – happydeveloper
    Mar 10 at 6:53











  • @brianm.carlson, why not post your comment as an answer?

    – happydeveloper
    Mar 10 at 7:04











  • Sure. Let me do that.

    – brian m. carlson
    Mar 10 at 17:37

















  • Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

    – brian m. carlson
    Mar 8 at 23:34











  • @brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

    – happydeveloper
    Mar 10 at 6:53











  • @brianm.carlson, why not post your comment as an answer?

    – happydeveloper
    Mar 10 at 7:04











  • Sure. Let me do that.

    – brian m. carlson
    Mar 10 at 17:37
















Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

– brian m. carlson
Mar 8 at 23:34





Do you have an http_proxy or https_proxy variable set in the environment, and if so, what does it contain?

– brian m. carlson
Mar 8 at 23:34













@brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

– happydeveloper
Mar 10 at 6:53





@brianm.carlson, oh! Thank you a lot! You are my saver. I updated my answer.

– happydeveloper
Mar 10 at 6:53













@brianm.carlson, why not post your comment as an answer?

– happydeveloper
Mar 10 at 7:04





@brianm.carlson, why not post your comment as an answer?

– happydeveloper
Mar 10 at 7:04













Sure. Let me do that.

– brian m. carlson
Mar 10 at 17:37





Sure. Let me do that.

– brian m. carlson
Mar 10 at 17:37












1 Answer
1






active

oldest

votes


















0














Go and most other tools that handle proxies support multiple environment variables to control the proxies used. For HTTP, this is the http_proxy environment variable, and for HTTPS, both http_proxy and https_proxy are consulted.



It looks like you may have one or both of those set in your environment; unsetting them may help you connect directly to the server.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55067898%2fgit-lfs-pull-in-repository-produces-an-error-about-dial-tcp%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Go and most other tools that handle proxies support multiple environment variables to control the proxies used. For HTTP, this is the http_proxy environment variable, and for HTTPS, both http_proxy and https_proxy are consulted.



    It looks like you may have one or both of those set in your environment; unsetting them may help you connect directly to the server.






    share|improve this answer



























      0














      Go and most other tools that handle proxies support multiple environment variables to control the proxies used. For HTTP, this is the http_proxy environment variable, and for HTTPS, both http_proxy and https_proxy are consulted.



      It looks like you may have one or both of those set in your environment; unsetting them may help you connect directly to the server.






      share|improve this answer

























        0












        0








        0







        Go and most other tools that handle proxies support multiple environment variables to control the proxies used. For HTTP, this is the http_proxy environment variable, and for HTTPS, both http_proxy and https_proxy are consulted.



        It looks like you may have one or both of those set in your environment; unsetting them may help you connect directly to the server.






        share|improve this answer













        Go and most other tools that handle proxies support multiple environment variables to control the proxies used. For HTTP, this is the http_proxy environment variable, and for HTTPS, both http_proxy and https_proxy are consulted.



        It looks like you may have one or both of those set in your environment; unsetting them may help you connect directly to the server.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 10 at 17:39









        brian m. carlsonbrian m. carlson

        2,8961512




        2,8961512





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55067898%2fgit-lfs-pull-in-repository-produces-an-error-about-dial-tcp%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

            Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

            Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved