-
Notifications
You must be signed in to change notification settings - Fork 12
Can't use gpg build in on vscode terminal. #12
Comments
I've upgraded the base runtime from The reason why they removed |
Getting latest update above 30min ago still no luck sh-4.3$ echo "test" | gpg --clearsign
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
test
gpg: signing failed: Provided object is too short
gpg: [stdin]: clearsign failed: Provided object is too short |
After some investigation I only discovered that I cannot |
No after googling everything out no luck... Don't really know what is the root cause. |
I made a new commit ebf87fe to exactly match the working revision ca56e42, and please give us feedback whether it runs or not @vibolvireak Thanks! |
@amtlib-dot-dll still the same result.. |
@vibolvireak Thus, may you generate a clear new |
event do everything event you try generate a new one |
flatpak/freedesktop-sdk-images#114 This may probably help 🤷♂️ |
@amtlib-dot-dll After got today update from freedesktop flatpak. I got it working but at lease try to gen key first and everything will work normally event i use the old key. Hope this help if everything experience my issue. |
Still I want to upgrade the base runtime to use a newer version of toolchains (GCC 8, GDB 8, Clang 6 and Python 3.7) but |
@vibolvireak According to your understanding, is it possible for the git client inside the sandbox to use the GPG Agent outside in the host system? Thanks |
@amtlib-dot-dll I'm sorry if i maybe wrong but.. i think the problem is i resize the terminal in vscode really small so when start using gpg will alert
if i use the default height size or increase the high size of the terminal will successfully use gpg below is the explaination via screenshot Remark |
|
@amtlib-dot-dll Before i never experience the problem |
That's weird. Well I think that embedding it inside this package is a good option |
@vibolvireak I'd like to upgrade the base runtime again; are you still using |
@amtlib-dot-dll everything work as expect event upgrade to the new runtime... But everytime i wan to use gpg i need to type "export GPG_TTY=$(tty)" every time do you have any workround ? |
@vibolvireak I don't understand your English. Can you write your question in your native language? Thence I can use Google Translate to help me. |
@amtlib-dot-dll Yes everything working fine.. You can close this issue! |
Environment
Running commit
git commit -S -m
result on error messageAfter testing if gpg running really well with
echo "test" | gpg --clearsign
result on error messageRemark
Before update i can use gpg and sign commit really fine. But after getting latest update yesterday there was an error.
The text was updated successfully, but these errors were encountered: