Github: how to remove attachment in github?

I need to uninstall the application in github issues. How can I do it. When you delete the error comment, the attachment is still in github. How can I explicitly configure the removal of attachments?

The format of such attachments is

https://github.com/ <projectname> / <repo> / files / <somenumber> / <filename> .txt

Simple git rm does not work.

+4
source share
1 answer

This is currently not possible. GitHub allows you to attach files ( pdf, docxetc.) in comments, but not delete them.

The behavior is similar to the image: you can download it, but you cannot remove it from your cloud.


, , GitHub.

+4

Source: https://habr.com/ru/post/1612251/


All Articles