Search notes:

Perl module App::GitHub::create

This module comes with an executable script, github-create, that promises to be able to create Github repositories from the command line.
However, the following command
$ github-create            \
  --login ReneNyffenegger  \
  --token $PASSWORT_GITHUB \
  --public                 \
  --description "Create a Tree::Simple object in the sequence that it would be traversed 'depth first'" \
  Tree-Create-DepthFirst
returned
github-create: 410 Gone: <html>
<head><title>410 Gone</title></head>
<body bgcolor="white">
<center><h1>410 Gone</h1></center>
<hr><center>nginx</center>
</body>
</html>
Apparently, https://github.com/api/v2/json/repos/create is not working anymore.

See also

Perl modules

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1741108707, '3.138.124.234', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/App/GitHub/create/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78