リビジョン 9401aae1
| README.txt | ||
|---|---|---|
|
□ クローン方法
|
||
|
git clone http://www.torutk.com:8008/git/swe.primus
|
||
|
|
||
|
◯ エラー
|
||
|
◯ エラー1
|
||
|
ポート番号指定を抜かしてしまった場合、Nginxへアクセスすることになるが、
|
||
|
エラーメッセージから誤りが判断しずらい。
|
||
|
|
||
| ... | ... | |
|
Cloning into 'swe.primus'...
|
||
|
fatal: http://www.torutk.com/git/swe.primus/info/refs not found: did you run git update-server-info on the server?
|
||
|
|
||
|
|
||
|
〇 エラー2
|
||
|
clone(認証なし)は成功、ファイルを修正しローカルにコミット後、リモートにpushした
|
||
|
らエラー
|
||
|
|
||
|
$ git push
|
||
|
fatal: Authentication failed for 'http://www.torutk.com:8008/git/swe.primus/'
|
||
|
|
||
|
クローンしたリポジトリの.git/config にあるリモートのURLにユーザー名を
|
||
|
追記する
|
||
|
|
||
|
修正前) url = http://www.torutk.com:8008/git/swe.primus
|
||
|
修正後) url = http://torutk@www.torutk.com:8008/git/swe.primus
|
||
| learn/android/TempRecorderClassic/app/src/main/res/values-ja/strings.xml | ||
|---|---|---|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string name="app_name">検温くん(古典MVC-Java)</string>
|
||
|
<string name="main_record_title">体温を登録</string>
|
||
|
<string name="main_dec_min">10分前</string>
|
||
|
<string name="main_inc_min">10分後</string>
|
||
|
<string name="main_submit">登録</string>
|
||
|
<string name="main_list_title">検温の履歴</string>
|
||
|
</resources>
|
||
Add japanese resource