tyoshikawa1106のブログ

- Force.com Developer Blog -

2016-04-12から1日間の記事一覧

Bitbucket:二段階認証の設定を試してみました

Bitbucketの二段階認証の設定を試してみました。2015年の9月頃に追加されていた機能です。 Bitbucket settingsのTwo-step verificationから設定できます。 事前にSSHキーの設定を行っておく必要があるみたいです。また、Bitbucket APIのすべてのリモートHTTP…

Bitbucket:git pushのremote: Not FoundエラーとSSHキーの設定について

Bitbucketで新しいリポジトリを作成してgit pushしようとしたときに、次のようなエラーに遭遇しました。 $ git push -u origin master remote: Not Found fatal: repository '<repository name>' not found 昨日まで他のリポジトリをつくったりしていたときは問題なかったので</repository>…

JavaFXのHello Worldを試してみました

Javaプロジェクトの作成 Eclipseを起動してNew→Java Projectでプロジェクトを作成。 プロジェクト名を入力: MyJavaFX Use Default JREを選択 Finishボタンでプロジェクトを作成 クラスの作成 New → Classでクラスを作成 packageにユニークキーを入力(ドメイ…