<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Downloading HDP on Windows 10 Git Bash error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188539#M150635</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18632/jonpt42.html" nodeid="18632"&gt;@Jonathan Turner
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If this helped you in getting the solution then please mark this thread as "Answered" (By clicking on the "Accept" link) This helps many HCC users to quickly find out the correct answer.
&lt;A rel="user" href="https://community.cloudera.com/users/18632/jonpt42.html" nodeid="18632"&gt;&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Sun, 28 May 2017 14:20:14 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-05-28T14:20:14Z</dc:date>
    <item>
      <title>Downloading HDP on Windows 10 Git Bash error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188536#M150632</link>
      <description>&lt;P&gt;I'm downloading HDK on Windows 10. I have made sure I have all the system requirements and software installed. I have also changed my local host name to &lt;A href="http://sandbox.hortonworks.com/" target="_blank"&gt;sandbox.hortonworks.com&lt;/A&gt; on my note pad as an administrator. On the second step where it asks me to enter echo '{Host-Name} &lt;A href="http://sandbox.hortonworks.com/" target="_blank"&gt;sandbox.hortonworks.com&lt;/A&gt;' | tee -a /c/Windows/System32/Drivers/etc/hosts in my Git Bash I receive a a "Permission Denied" prompt. I've checked my firewall settings as well and I cant seem to troubleshoot this myself. Any help is thoroughly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:40:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188536#M150632</guid>
      <dc:creator>jonpt42</dc:creator>
      <dc:date>2022-09-16T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HDP on Windows 10 Git Bash error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188537#M150633</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18632/jonpt42.html" nodeid="18632"&gt;@Jonathan Turner
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please let us know exactly when you are getting "permission Denied" error. &lt;/P&gt;&lt;P&gt;It will be really great if you can share the screenshot of the error or the complete screenshot.&lt;/P&gt;&lt;P&gt;Can you please try any of the following approach?
1. Try using the command with "sudo" as following:&lt;/P&gt;&lt;PRE&gt;echo'{Host-Name} sandbox.hortonworks.com'| sudo tee -a /c/Windows/System32/Drivers/etc/hosts
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;(OR)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Manually Edit the file without using command.
- Open "Notepad" on Windows by right clicking on the Notepad and select&lt;STRONG&gt; 'Run as Administrator'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Open the file&lt;EM&gt;&lt;STRONG&gt; "c:\Windows\System32\Drivers\etc\hosts"
&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;- Add the hostname in the following format -   &lt;/P&gt;&lt;PRE&gt;  {Host-Name} sandbox.hortonworks.com&lt;/PRE&gt;&lt;P&gt;- Save the changes and try again.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(OR)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. Try opening the "Git Bash" in  &lt;STRONG&gt;'Run as Administrator' &lt;/STRONG&gt;mode and then run the commands.&lt;STRONG&gt;
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2017 09:20:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188537#M150633</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-27T09:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HDP on Windows 10 Git Bash error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188538#M150634</link>
      <description>&lt;P&gt;I ran my Git Bash as an Administrator and it has accepted the original prompt. Thank you for your help. On to the next step!&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2017 14:01:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188538#M150634</guid>
      <dc:creator>jonpt42</dc:creator>
      <dc:date>2017-05-28T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HDP on Windows 10 Git Bash error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188539#M150635</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/18632/jonpt42.html" nodeid="18632"&gt;@Jonathan Turner
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If this helped you in getting the solution then please mark this thread as "Answered" (By clicking on the "Accept" link) This helps many HCC users to quickly find out the correct answer.
&lt;A rel="user" href="https://community.cloudera.com/users/18632/jonpt42.html" nodeid="18632"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2017 14:20:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Downloading-HDP-on-Windows-10-Git-Bash-error/m-p/188539#M150635</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-05-28T14:20:14Z</dc:date>
    </item>
  </channel>
</rss>

