次を使用してsshキーを生成しました
ssh-keygen -t rsa -C "your_email@example.com"
また、ssh キーを github 設定に追加しました。
ただし、複製しようとすると、このエラーメッセージが表示されます
Initialized empty Git repository in /home/somepath/.git/
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/somelink.git/info/refs
fatal: HTTP request failed
同じことが別のラップトップからも機能します