Table of Contents
GitHub: Remote Repositoryの名前を変更する
リポジトリの名前を変更すると, プロジェクトサイトの URL を除くすべての既存の情報は, 下記を含む新しい名前に自動的にリダイレクトされます.
- issue
- Wiki
- Star
- フォロワー
特筆すべき点としては, git clone
, git fetch
, git push
操作も適切にリダイレクトされます. しかし,
git remote -v
で表示したURLと差異があるのは名が体を表していないので以下のように修正することが推奨です.
1
% git remote set-url origin NEW_URL
一方, pip install
やpoetry add
の宛先はリダイレクトされないので, 変更にあたっては慎重になる必要があります.
newname-repository
へ名前変更した oldname-repository
をPoetry
経由でインストールしたを環境にて, poetry update
を実行すると以下のようなエラーが発生します:
1
2
% poetry update
The dependency name for oldname-repository does not match the actual package's name: newname-repository
警告 !
名前変更したリポジトリの元の名前を別のリポジトリに再利用した場合, 名前変更したリポジトリへのリダイレクトは機能しなくなります。
References
統計
Python
math
Linux
Ubuntu 20.04 LTS
Shell
English
git
方法論
Ubuntu 22.04 LTS
統計検定
競技プログラミング
フーリエ解析
前処理
SQL
coding
コミュニケーション
Network
ssh
将棋
Data visualization
Docker
Econometrics
VSCode
statistical inference
GitHub Pages
apt
development
システム管理
Coffee
cloud
数値計算
素数
Book
Font
Metrics
Poetry
Ubuntu 24.04 LTS
architecture
aws
shell
systemctl
テンプレート
データ構造
ポワソン分布
会計分析
文字コード
環境構築
論文
App
Bayesian
Dynamic Programming
Keyboard
Processing
R
Steam
filesystem
quarto
regex
(注意:GitHub Accountが必要となります)