Capistrano still trying to connect to my old repo
问题 I have changed my repo to Github.com from Cadaset.com and changed the repository setting in my deploy.rb file to my new Github repo. When I run cap deploy it still tries to connect to my old repo on Codaset.com. I cant find any reference to my old repo so cant see why it is doing this. I have tried cap deploy:setup that works but then I get the same error on cap deploy 回答1: You have to delete the shared copy on your server stored at PATH_TO_APP/shared/cached-copy . Remove the cached-copy