tezu memo blog

日々行った作業をメモしていきます

GGTS

【Groovy/Grails Tool Suite and Git】git pullでエラー

別環境でpushしたソースを始めてpullした際にエラーが発生したのでメモgit勉強しないとダメだなあ 1. pull。エラー発生 The current branch is not configured for pull No value for key branch.master.merge found in configuration 2. configファイル編集…

【Groovy/Grails Tool Suite and Git】環境構築 5. 文字コード

プロジェクトを右クリック→Propertiesメニューを選択→Resourceを選択→Text file encodingをUTF-8に変更しないと以下のエラーが発生 サーバー実行プロジェクトを右クリック→Run As→2 Grails Command(run-app)エラー:この文字は、エンコーディングUTF-8にマッ…

【Groovy/Grails Tool Suite and Git】環境構築 4. GitHubにpush

ローカルリポジトリにcommit後はサーバにpush プロジェクト上で右クリック→Remote→Push 接続情報を入力https://github.com/{user}/{repo}からコピー master [branch]、Add Specを選択 Force Updateをチェックし、Nextを選択(チェックしないとエラーになった…

【Groovy/Grails Tool Suite and Git】環境構築 3. SSH公開鍵 作成 & GitHub登録

こちらを参考にさせて頂いた EgitでGitHubにアクセスする · hybitz/AndroidInfo Wiki · GitHub GGTS Window → Preferencesを選択 GGTS Network Connections → SSH2 → Generate RSA Keyを選択 GGTS 結果をコピー You can paste.....って奴 GitHub Accont sett…

【Groovy/Grails Tool Suite and Git】環境構築 1.リポジトリ作成

再び環境構築する可能性があるのでメモ GGTSのプロジェクト上で右クリック→Team→Share Project gitをチェック Use or create repositories in the Eclipse workspace is not recommendをチェックして、Create Repositoryを選択これを選択しないと上手くいか…