Coder Social home page Coder Social logo

Comments (6)

pstadler avatar pstadler commented on July 22, 2024

I think you posted this to the wrong repository.

from keybase-gpg-github.

Ghostavio avatar Ghostavio commented on July 22, 2024

not really, I started getting this after following all the instructions here.

from keybase-gpg-github.

pstadler avatar pstadler commented on July 22, 2024

Post your rc and gitconfig file contents here please.

from keybase-gpg-github.

Ghostavio avatar Ghostavio commented on July 22, 2024

here are my rc files: https://github.com/Ghostavio/dotfiles/tree/master/zsh
and here is my gitconfig file:

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
    name = Gustavo Siqueira
    email = [email protected]
    signingkey = [my eight digits key]

[alias]
    lg = log --graph --pretty=format:\"%C(blue)%h %Creset- %C(green)(%cr) %Creset%s - %C(cyan)%an %C(magenta)%d\" --date=short
[push]
    default = current
[commit]
    gpgsign = true

from keybase-gpg-github.

Ghostavio avatar Ghostavio commented on July 22, 2024

I've only added this to my .zprofile file:

# Paste these lines:
if test -f ~/.gnupg/.gpg-agent-info -a -n "$(pgrep gpg-agent)"; then
  source ~/.gnupg/.gpg-agent-info
  export GPG_AGENT_INFO
else
  eval $(gpg-agent --daemon --write-env-file ~/.gnupg/.gpg-agent-info)
fi

from keybase-gpg-github.

pstadler avatar pstadler commented on July 22, 2024

This is happening when you call a git command in a folder which is not under source control. I really can't imagine that this is related to this document.

Please ask on Stack Overflow.

from keybase-gpg-github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.