リモートブランチを削除しているときに(gitを使用して)問題が発生しています。
次のコマンドを発行しました。
git push origin :newpdo
remote: Fatal: +refs/heads/newpdo myusername DENIED by fallthru <br>
remote: error: hook declined to update refs/heads/newpdo <br>
[remote rejected] newpdo <hook declined > <br>
error: failed to push some references to 'ssh://myssh path'
git push origin pdo
しかし、" "の間は何の問題もありません
何か不足していますか?
助言がありますか?