Ionicアプリケーションで作業していますが、Ionic Dashboardを使用して新しいプロジェクトを作成しました。後でこのコマンドを使用して私のアプリケーションに接続しました:ionic start --pro-id my-id
。ssh:connect to host git.ionicjs.comポート22:接続がタイムアウトしました
しかし、私は、次のコマンドを使用してダッシュボードまでの私のコードをプッシュしよう:git push ionic master
私はこのエラーを受け取っ:
ssh: connect to host git.ionicjs.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
私は設定でHTTPプロトコルの代わりに、にsshを使用しようとしました
git config --local -e
- :以下番目の手順は、以下のファイル、
fatal: unable to access 'https://git.ionicjs.com:username/myproject.git/': Port number ended with 'b'
任意のアイデアこの問題を解決するために:0
url = https://git.ionicjs.com/usename/myproject.git
しかし、STILは、この問題を持っていますか?ありがとうございました。