On Sun, Mar 13, 2022 at 01:09:51PM +0900, matsuand wrote: > > 原文を反映したものはどうやって作るのでしょう? > > po4a 処理をすれば、普通は勝手に入ります。 > それこそが po4a の良いところです。 やってみました。po4a-updatepo ですね。うまくいきました。 で、次の段階で、git push でリポジトリに反映させようとしたのですがうまくいきません。 最初 git push -n でテストランしたら、 ! [rejected] master -> master (fetch first) error: failed to push some refs to 'git.osdn.net:/gitroot/linuxjm/jm.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. となり、じゃ、 git pull をしてみました。 そうすると、変更した部分は変更されなかったのですが、今度は git push -n で Everything up-to-date と。まあ、リポジトリから全部引っ張ってきたので、そうなるのは分からないでも ないのですが、この状態で変更を反映させるにはどうしたらよいでしょう? ribbon