aws / aws/git-remote-codecommit
Fails with space in directory name
- 主要言語
- Python
- スター
- 289
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When using git-remote-codecommit to fetch or push code (or presumably any other command), I get this error:
```
fatal: 'remote-codecommit' appears to be a git command, but we were not
able to execute it. Maybe git-remote-codecommit is broken?
make: *** [git-push] Error 128
```
The problem is that my directory had a space:
/Users/myname/Documents/Coding/AWS CDK/myproject
When I removed the space from "AWS CDK" directory, it worked.
Please fix this package to support spaces in directory names.
(This is on macOS.)
コントリビューションガイド
調査の方向性
“AWS CDK” を含む macOS のパスから git-remote-codecommit を実行して失敗を再現し、その後、helper がリポジトリパスをどのように受け取るか、または呼び出すかを追跡します。ディレクトリ名にスペースが含まれている場合でも fetch と push が機能することを、報告されたコマンドの失敗と照合して確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100