2

VM をスピンアップし、次の方法でコンコース サーバーにログインしようとしています。

Christoher:pipeline christopher$ fly --target chris login --team-name chris --concourse-url http://ld4370.mycompany.com

次に、次のメッセージを受け取ります。

WARNING:

fly version (2.5.0) is out of sync with the target (2.4.0). to sync up, run the following:

fly -t chris sync

ただし、次のことを行うと、この問題が発生します。

Christoher:pipeline christopher$ fly -t chris sync
error: unknown target: chris

最初は、古いバージョンの fly を持っていました。/usr/local/binそのため、ディレクトリのfly を削除してから、最新のものをダウンロードしました。これで、VM にインストールしたコンコース バージョンよりも進んでいます。fly のドキュメントを確認しましたが、これを回避する方法がわかりません。

4

3 に答える 3

2

問題の即時修正として、github https://github.com/concourse/concourse/releasesから任意のバージョンの fly をダウンロードできます。

于 2016-11-23T00:12:57.507 に答える