Installed git-pw on FreeBSD using pip. When running the app, it never recognises the already-configured server and token settings:
...:~/dpdk-github$ git pw series download 37937
Server information missing
You must provide server information via git-config or via --server
...:~/dpdk-github$ git config pw.server
http://patches.dpdk.org/api/1.1/
An example of what works is if we explicitly pull the settings from git config as part of the command itself:
..:~/dpdk-github$ git pw --server $(git config pw.server) --token $(git config pw.token) patch apply 162558
Installed git-pw on FreeBSD using pip. When running the app, it never recognises the already-configured server and token settings:
An example of what works is if we explicitly pull the settings from git config as part of the command itself: