Someone on the list uses shoeboxed.com to collect their receipts, they
won't remove the error, and we can't find him in the GoogleGroups list to
remove him, I guess someone has a forwarding to shoebox, and we can't get
around it (but it's annoying, in any case)

Regarding Github, there's nothing to ask, I think your configuration is
just not compatible with Capistrano & Github. I'd be happy to take this
off-list, and spend 10 minutes actually looking at it with you, ping me
personally, but it just appears to be that you're one of the few with a
too-weird configuration to make it work.

Ping me (this email) and I'll try and make time for you before the end of
the week. When we figure it out, you can post the solution back to the
list, but it's something I'll have to see with my own eyes to make it work
I guess.

Lee Hambley
--
http://lee.hambley.name/
+49 (0) 170 298 5667


On 13 August 2013 17:04, Dean Richardson <d...@genlighten.com> wrote:

> Hmm... it used to work. :)
>
> OK, I'll pester the github folks again.
>
> On a different topic, every time I post a submission to this group, I get
> an error email from a company called shoeboxed.com complaining that I've
> tried to submit something to them using a bad email address, namely
> capistrano@googlegroups.com. I don't have the same issue with any other
> google group I post to.
>
> Do you by chance have an account with shoeboxed.com? I don't, and when I
> ask their support people about this, they are completely baffled. ;)
>
> Thanks again,
>
> Dean
>
>
> On Tuesday, August 13, 2013 9:54:03 AM UTC-5, Lee Hambley wrote:
>
>> Yes, but you cant use SSH:// through a proxy- so you might be out of luck
>> :-(
>> On Aug 13, 2013 4:52 PM, "Dean Richardson" <de...@genlighten.com> wrote:
>>
>>> Lee:
>>>
>>> I seem to recall that github steered me away from that approach because
>>> my production deploy server is behind a corporate firewall and needs to use
>>> a proxy login/password to access github.
>>>
>>> Basically, though, you're saying I should use
>>>
>>> g...@github.com:username/molex_**acq.git
>>>
>>> as my repository in deploy.rb, correct?
>>>
>>> The line that's currently commented out in the deploy.rb I posted?
>>>
>>> Thanks,
>>>
>>> Dean
>>>
>>> On Tuesday, August 13, 2013 9:40:30 AM UTC-5, Lee Hambley wrote:
>>>>
>>>> You must use ssh:// clone url with deploy keys, as the https clone
>>>> endpoint doesn't accept any config paramaters.
>>>>
>>>> If you have deploy keys, they'll only work with ssh://, annoyingly if
>>>> you have git username and password, that'll also only work with ssh://. (so
>>>> I recommend using deploy keys)
>>>>
>>>> Lee Hambley
>>>> --
>>>> http://lee.hambley.name/
>>>> +49 (0) 170 298 5667
>>>>
>>>>
>>>> On 12 August 2013 22:44, Dean Richardson <de...@genlighten.com> wrote:
>>>>
>>>>> Hi again:
>>>>>
>>>>> I'm still looking for help debugging an authorization problem
>>>>> accessing github from my deploy server as part of the cap deploy process.
>>>>> Github support tells me it's a Capistrano problem and that I need to seek
>>>>> the solution here. :)
>>>>>
>>>>> To review, I'm running ruby 1.9.3p392 [i386-mingw32] on windows 7; I'm
>>>>> also running Capistrano v2.15.5. I've made some progress since my previous
>>>>> post, but the result is unfortunately still the same.
>>>>>
>>>>> I've had success deploying an earlier rails app to my production
>>>>> (Ubuntu 12.04) server using cap deploy for many months now.
>>>>>
>>>>> But my attempt to deploy a new rails app to the same server using cap
>>>>> deploy has raised a number of errors. They all seem to arise when
>>>>> capistrano tries to access my git repository from the production server.
>>>>>
>>>>> Deploy.rb: http://pastie.org/**8****200290 <http://pastie.org/8200290>
>>>>> Capfile: http://pastie.org/**820****0301 <http://pastie.org/8200301>
>>>>>
>>>>> Here's what I'm getting in response to "cap deploy" at the git bash
>>>>> command line on my Windows development machine:
>>>>>
>>>>> c:\Sites\rails_projects\molex_****acq>cap deploy
>>>>>>>
>>>>>>   * ←[32m2013-08-12 15:39:24 executing `deploy'←[0m
>>>>>>
>>>>>>   * ←[32m2013-08-12 15:39:24 executing `deploy:update'←[0m
>>>>>>
>>>>>>  ** transaction: start
>>>>>>
>>>>>>   * ←[32m2013-08-12 15:39:24 executing `deploy:update_code'←[0m
>>>>>>
>>>>>>     updating the cached checkout on all servers
>>>>>>
>>>>>>     ←[33mexecuting locally: "git ls-remote
>>>>>>> http://usern...@github.com/**use**rname/m<http://usern...@github.com/username/m>
>>>>>>
>>>>>> olex_acq.git master"←[0m
>>>>>>
>>>>>> Password for 'http://usern...@github.com':
>>>>>>
>>>>>>     ←[2;37mcommand finished in 12259ms←[0m
>>>>>>
>>>>>>   * ←[33mexecuting "if [ -d /home/dean/rails_projects/**mole**
>>>>>>> x_acq/shared/cached-co
>>>>>>
>>>>>> py ]; then cd /home/dean/rails_projects/**mole**x_acq/shared/cached-copy
>>>>>>> && git fetc
>>>>>>
>>>>>> h -q origin && git fetch --tags -q origin && git reset -q --hard
>>>>>>> efc8ed513b24026
>>>>>>
>>>>>> 640d395151d03b3fdb755cfb6 && git clean -q -d -x -f; else git clone -q
>>>>>>> -b master
>>>>>>
>>>>>> http://usern...@github.com/**use**rname/molex_acq.git<http://usern...@github.com/username/molex_acq.git>/home/dean/rails_projects/mole
>>>>>>
>>>>>> x_acq/shared/cached-copy && cd /home/dean/rails_projects/**mole**
>>>>>>> x_acq/shared/cached
>>>>>>
>>>>>> -copy && git checkout -q -b deploy 
>>>>>> efc8ed513b24026640d395151d03b3****fdb755cfb6;
>>>>>>> fi"
>>>>>>
>>>>>> ←[0m
>>>>>>
>>>>>>     servers: ["10.24.5.50"]
>>>>>>
>>>>>>     [10.24.5.50] executing command
>>>>>>
>>>>>>  ** [10.24.5.50 :: out] Password for 'http://usern...@github.com':
>>>>>>
>>>>>> Password:
>>>>>>
>>>>>>  ** [10.24.5.50 :: out]
>>>>>>
>>>>>>  ** ←[31m[10.24.5.50 :: out] fatal: Authentication failed←[0m
>>>>>>
>>>>>>     ←[2;37mcommand finished in 6130ms←[0m
>>>>>>
>>>>>> *** [←[34mdeploy:update_code←[0m] ←[34mrolling back←[0m
>>>>>>
>>>>>>   * ←[33mexecuting "rm -rf /home/dean/rails_projects/**mole**
>>>>>>> x_acq/releases/20130812
>>>>>>
>>>>>> 203944; true"←[0m
>>>>>>
>>>>>>     servers: ["10.24.5.50"]
>>>>>>
>>>>>>     [10.24.5.50] executing command
>>>>>>
>>>>>>     ←[2;37mcommand finished in 44ms←[0m
>>>>>>
>>>>>> failed: "sh -c 'if [ -d 
>>>>>> /home/dean/rails_projects/**mole**x_acq/shared/cached-copy
>>>>>>> ]
>>>>>>
>>>>>> ; then cd /home/dean/rails_projects/**mole**x_acq/shared/cached-copy
>>>>>>> && git fetch -q
>>>>>>
>>>>>>  origin && git fetch --tags -q origin && git reset -q --hard
>>>>>>> efc8ed513b24026640d
>>>>>>
>>>>>> 395151d03b3fdb755cfb6 && git clean -q -d -x -f; else git clone -q -b
>>>>>>> master http
>>>>>>
>>>>>> ://usern...@github.com/**usernam**e/molex_acq.git<http://usern...@github.com/username/molex_acq.git>/home/dean/rails_projects/
>>>>>>> **mole**x_ac
>>>>>>
>>>>>> q/shared/cached-copy && cd /home/dean/rails_projects/**mole**
>>>>>>> x_acq/shared/cached-cop
>>>>>>
>>>>>> y && git checkout -q -b deploy 
>>>>>> efc8ed513b24026640d395151d03b3****fdb755cfb6;
>>>>>>> fi'" on
>>>>>>
>>>>>>  10.24.5.50
>>>>>>
>>>>>>
>>>>>>> c:\Sites\rails_projects\molex_****acq>
>>>>>>
>>>>>>
>>>>> I'm trying to figure out why my response to the password prompt works
>>>>> the first time (when the deploy script is running git ls-remote) but not
>>>>> the second time (when the deploy script is trying to check for the cached
>>>>> copy of my app on the deploy server.) My deploy.rb contains my correct
>>>>> github password, and capistrano prompts me for that password at several
>>>>> locations, and I'm entering that password correctly. I did fiddle with my
>>>>> ssh keys recently in attempting to deploy my new app to heroku, so that
>>>>> might be where things are going wrong. Any suggestions on how to debug 
>>>>> this
>>>>> process?
>>>>>
>>>>> I'm particularly interested in understanding what exactly capistrano
>>>>> is trying to do at each step so I can attempt to reproduce the process 
>>>>> step
>>>>> by step.
>>>>>
>>>>> Thanks very much,
>>>>>
>>>>> Dean Richardson
>>>>> Molex.com
>>>>>
>>>>> --
>>>>> --
>>>>> * You received this message because you are subscribed to the Google
>>>>> Groups "Capistrano" group.
>>>>> * To post to this group, send email to capis...@googlegroups.com
>>>>> * To unsubscribe from this group, send email to capistrano+...@**
>>>>> googlegroups.**com For more options, visit this group at
>>>>> http://groups.google.com/**group**/capistrano?hl=en<http://groups.google.com/group/capistrano?hl=en>
>>>>> ---
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Capistrano" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to capistrano+...@**googlegroups.**com.
>>>>> For more options, visit 
>>>>> https://groups.google.com/**grou**ps/opt_out<https://groups.google.com/groups/opt_out>
>>>>> .
>>>>>
>>>>>
>>>>>
>>>>
>>>>  --
>>> --
>>> * You received this message because you are subscribed to the Google
>>> Groups "Capistrano" group.
>>> * To post to this group, send email to capis...@googlegroups.com
>>> * To unsubscribe from this group, send email to capistrano+...@**
>>> googlegroups.com For more options, visit this group at
>>> http://groups.google.com/**group/capistrano?hl=en<http://groups.google.com/group/capistrano?hl=en>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Capistrano" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to capistrano+...@**googlegroups.com.
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>  --
> --
> * You received this message because you are subscribed to the Google
> Groups "Capistrano" group.
> * To post to this group, send email to capistrano@googlegroups.com
> * To unsubscribe from this group, send email to
> capistrano+unsubscr...@googlegroups.com For more options, visit this
> group at http://groups.google.com/group/capistrano?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Capistrano" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to capistrano+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to capistrano+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to