Error with fresh installation

I notice that the installation steps are updated: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

And when I tried to do the steps, at the end where it says: python2.7 install_erpnext.py --create_user

The installer produces an error:
Line 198, in setup_folders
raise Exception: "couldn't clone erpnext repository"
Exception: Couldn't clone erp repository

Please help.. what did I do wrong?



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Hi,

Can you check what output you get for:
curl https://github.com

Best,
Anand Doshi

On 11 November 2013 at 11:01:52 am, Andri Halim Gunawan (an...@krupuksuryajaya.com) wrote:

I notice that the installation steps are updated: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

And when I tried to do the steps, at the end where it says: python2.7 install_erpnext.py --create_user

The installer produces an error:
Line 198, in setup_folders
raise Exception: "couldn't clone erpnext repository"
Exception: Couldn't clone erp repository

Please help.. what did I do wrong?
--
Note:
 
If you are posting an issue,
1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
---
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.
Workaround (I am on ubuntu 13.04):
I stay as my (non-privileged) user and download the install_erpnext.py
Then I escalate to a root shell and run install_erpnext.py
Then I get this error (so all user creation, updates, etc have been completed).
Then I exit from the root shell, I am back to my (non-privileged) user.
I run 

install_erpnext.py --no_install_prerequisites

Thats completes successfully.  The only thing is that the cron job is created in my user and not root or erpnext as would be expected.

Maybe this can help you with figuring out the problem.  My guess is that it is in the exec_in_shell function... but I do not know enough to comment.

following the instructions, i get into a root shell and run install_erpnext.py
after this error occurs, i exit from the root shell and 
After I run this once as root till till this error, I exit from the root shell and run the script again as my own user (with --no_install_prerequisites), it proceeds to clone.




On Monday, November 11, 2013 8:26:34 PM UTC+5:30, Anand Doshi wrote:
Hi,

Can you check what output you get for:

Best,
Anand Doshi

On 11 November 2013 at 11:01:52 am, Andri Halim Gunawan (an...@krupuksuryajaya.com) wrote:

I notice that the installation steps are updated: https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

And when I tried to do the steps, at the end where it says: python2.7 install_erpnext.py --create_user

The installer produces an error:
Line 198, in setup_folders
raise Exception: "couldn't clone erpnext repository"
Exception: Couldn't clone erp repository

Please help.. what did I do wrong?
--
Note:
 
If you are posting an issue,
1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
---
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.