0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Githubからの初めての投稿 ZENNから乗り換え予定

Last updated at Posted at 2025-08-04

はじめに

ZENN で投稿をしていました。
しかし先日より急に 投稿数制限 に引っかかるようになりました。
サポートに問い合わせても要領を得ず、投稿できない状態が続いています、
https://zenn.dev/kiitosu/scraps/82de0b7edd8618

といううことで Qiita に乗り換え!
以下の記事を参考にgithubからQiitaに初投稿!

詰まったポイントは以下

github access tokenには workflow が必要でした。

fine grained token の場合は

  • Contents
  • Metadata(自動で付与された)
  • Workflows
    の設定でいけました。

./public 以下が空だとエラーになりました。

Run git add ./public/*
fatal: pathspec './public/*' did not match any files

適当な記事を追加する必要がある。

tags の設定が必須のようでした。

tags: 
  - 'qiita'

さいごに

本当は ZENN を使い続けたかったのですが、残念です。
とは言え特にこだわりはなく、環境を何個も作りたくないというそれだけではあります。
ZENN preview という VS-Code 拡張もPR出したりして使いやすくなるように頑張っていたのに・・・

Qiitaに慣れていくぞ!

0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?