You need to do this if you try this command:
ssh -T git@github.comand you get something that says
git@github.com: Permission denied (public key).You need to do this if you try this command:
ssh -T git@github.comand you get something that says
git@github.com: Permission denied (public key).| import mwreverts | |
| from models import RevRevert, Page, Revision | |
| import mwxml | |
| import pdb | |
| from collections import deque | |
| from mwapilib import get_revs_for_revert_labeling | |
| import sys | |
| # This script is used for processing edits from the dump for reverts and store | |
| # the revert status in a revert table. Edits for the pages from the page table |
| # -*- coding: utf-8 -*- | |
| """ Deletes all tweets below a certain retweet threshold. | |
| """ | |
| import tweepy | |
| from datetime import datetime | |
| # Constants | |
| CONSUMER_KEY = '' |
Ventura docs for M2 Macs in this comment: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd?permalink_comment_id=4555340#gistcomment-4555340
Old Monterey docs in this old revision: https://gist.github.com/henrik242/65d26a7deca30bdb9828e183809690bd/32c410e3a1de73539c76fa13ea5486569c4e0c5d
Solution for Sonoma: https://gist.github.com/sghiassy/a3927405cf4ffe81242f4ecb01c382ac
| command | usage | |
|---|---|---|
| git init | Creates an empty Git repository in the specified directory. | |
| git clone <repository name> | Clones a repository located at <repository name> onto your local machine. | |
| git add <directory> | Stages only the specified changes for the next commit. Replace <directory> with a <file> to change a specific file. | |
| git add . | Stages new files and modifications without deletions | |
| git add -A | Stages all changes | |
| git add -all | Equivalent to git add -A | |
| git add -u | Stages modifications and deletions without adding new files | |
| git add --update | Equivalent to git add -u | |
| git commit -m ”<message>” | Commits the staged snapshot. replace <message> with the commit message. |
Thanks everyone for commenting/contributing! I made this in college for a class and I no longer really use the technology. I encourage you all to help each other, but I probably won't be answering questions anymore.
This article is also on my blog, too.
Note: $ denotes the start of a command. Don't actually type this.
x86_64.sh. If I had a 32-bit computer, I'd select the x86.sh version. If you accidentally try to install the wrong one, you'll get a warning in the terminal. I chose `AnaThe below article will cover the intricacies of setting up databases and heroku in respect to a flask app. This is more like a memo and will have out of sequence instructions or solutions to errors so read thoroughly.
You'll need the packages