我无法origin/master
从我的服务器中删除。不知道为什么。
错误信息如下
remote: error: By default, deleting the current branch is denied, because the next
remote: error: 'git clone' won't result in any file checked out, causing confusion.
remote: error:
remote: error: You can set 'receive.denyDeleteCurrent' configuration variable to
remote: error: 'warn' or 'ignore' in the remote repository to allow deleting the
remote: error: current branch, with or without a warning message.
remote: error:
remote: error: To squelch this message, you can set it to 'refuse'.
remote: error: …
Run Code Online (Sandbox Code Playgroud) 我想安装pinfo
在我的 Mac 上用于阅读信息文件,而不是使用看起来很糟糕的哥哥info
。
pinfo
是不是还提供自制。也许很快,当我得到这个问题的答案时。(这里是 GitHub 上的相关问题。)
当我尝试编译它时,运行./autogen.sh
我收到以下错误消息:
atcold@AlfMAC ~/Work/Sandbox/pinfo-0.6.10 $ ./autogen.sh
Cleaning autotools files...
find: illegal option -- t
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
find: illegal option -- t
usage: find [-H | -L | -P] [-EXdsx] [-f path] …
Run Code Online (Sandbox Code Playgroud)