jsk-enshu / robot-programming

This is exercise for robot-programming.
38 stars 269 forks source link

レポジトリのフォークの問題 #274

Open Torimaru24 opened 5 years ago

Torimaru24 commented 5 years ago

ワークスペースとプログラムの作成、githubアカウントの取得までやったのですが、

mech-user@KI00093:~/catkin_ws/src/robot-programming$ git remote add TorimaruAni http://github.com/TorimaruAni/robot-programming
mech-user@KI00093:~/catkin_ws/src/robot-programming$ git fetch --all
Fetching origin
Fetching TorimaruAni
Username for 'https://github.com': TorimaruAni
Password for 'https://TorimaruAni@github.com': 
remote: Repository not found.
fatal: repository 'https://github.com/TorimaruAni/robot-programming/' not found
error: Could not fetch TorimaruAni

となってエラーが出て登録ができないようです

Torimaru24 commented 5 years ago

自分のgithubを持った状態で、https://github.com/jsk-enshu/robot-programming をブラウザ上で開いて、右上にある「fork」ボタンを押すとフォークできます。その後もう一度git fetch -allで解決しました。