Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to run the following fab task from the command prompt on windows server:

def distribute_task_windows(local_path="\dist",remote_path="C:\SYSROOT\Temp"):

put(local_path,remote_path)
get('/results/','asd')

Then I am prompted for password. I enter the password, then I won't get any warning and again asked for a password. This is getting repeated without any successful connection to the server. I am using Fabric version -

Fabric 1.4.1

ssh (library) 1.7.12

Also run command is also not working. I don't understand what is the issue. Please help me in this.

share|improve this question
Please don't ask the same question repeatedly. Besides, your question has been basically answered in the comments the first time you posted it. – Lev Levitsky Jun 3 '12 at 17:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.