Giter VIP home page Giter VIP logo

git-profile's Introduction

:suspect: Welcome to my GitHub profile! :godmode:

I lead the architectural design of high-performance microservices at a dynamic AdTech company. I'm also a passionate cybersecurity enthusiast who thrives on exploration and embraces the digital nomad lifestyle.

var dotzero = struct {
	about    any
	tech     []string
	contacts any
}{
	about: struct {
		name    string
		company string
		role    string
	}{
		"Alexander", "AdTech", "TeamLead",
	},
	tech: []string{"golang", "python", "shell scripts"},
	contacts: struct {
		telegram string
		gmail    string
	}{
		telegram: "@dot_zero",
		gmail:    "[email protected]",
	},
}

git-profile's People

Contributors

0x1a8510f2 avatar dotzero avatar rpsl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

git-profile's Issues

crash

$ git profile add github user.name "Rpsl"                                                                                                       
panic: assignment to entry in nil map

goroutine 1 [running]:
github.com/dotzero/git-profile/config.(*Config).Store(...)
   /Users/dotzero/go/src/github.com/dotzero/git-profile/config/config.go:51
github.com/dotzero/git-profile/cmd.NewAdd.func1(0xc0000bc000, 0xc000092780, 0x3, 0x3)
   /Users/dotzero/go/src/github.com/dotzero/git-profile/cmd/add.go:23 +0xf5
github.com/spf13/cobra.(*Command).execute(0xc0000bc000, 0xc000092660, 0x3, 0x3, 0xc0000bc000, 0xc000092660)
   /Users/dotzero/go/pkg/mod/github.com/spf13/[email protected]/command.go:830 +0x2ae
github.com/spf13/cobra.(*Command).ExecuteC(0xc0000b42c0, 0xc00007cce0, 0x6, 0x6)
   /Users/dotzero/go/pkg/mod/github.com/spf13/[email protected]/command.go:914 +0x2fc
github.com/spf13/cobra.(*Command).Execute(...)
   /Users/dotzero/go/pkg/mod/github.com/spf13/[email protected]/command.go:864
main.main()
   /Users/dotzero/go/src/github.com/dotzero/git-profile/main.go:33 +0x388

Typo in README

Multiple instances of git in the following commands at the end of README.

# git git config --local user.name dotzero
# git git config --local user.email "[email protected]"
# git git config --local user.signingkey AAAAAAAA

panic: runtime error: invalid memory address or nil pointer dereference

I compiled a binary from the master branch and caught an error:

> git profile current                                                                                                                                                                                                               
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x1003a1b34]

goroutine 1 [running]:
github.com/dotzero/git-profile/git.(*Git).IsRepository(0x140000a4038)
	/Users/dos/www/git-profile/git/git.go:22 +0x54
github.com/dotzero/git-profile/cmd.Current.func1(0x140000c0500?, {0x1003a4e30?, 0x0?, 0x0?})
	/Users/dos/www/git-profile/cmd/current.go:22 +0x54
github.com/spf13/cobra.(*Command).execute(0x140000c0500, {0x100588460, 0x0, 0x0})
	/Users/dos/www/git-profile/vendor/github.com/spf13/cobra/command.go:860 +0x4ac
github.com/spf13/cobra.(*Command).ExecuteC(0x14000098300)
	/Users/dos/www/git-profile/vendor/github.com/spf13/cobra/command.go:974 +0x354
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/dos/www/git-profile/vendor/github.com/spf13/cobra/command.go:902
github.com/dotzero/git-profile/cmd.(*Cmd).Execute(0x14000098300)
	/Users/dos/www/git-profile/cmd/root.go:57 +0x2c
main.main()
	/Users/dos/www/git-profile/main.go:22 +0xc4

fatal: cannot exec 'git-profile': Bad CPU type in executable

> brew install dotzero/tap/git-profile
==> Tapping dotzero/tap
Cloning into '/opt/homebrew/Library/Taps/dotzero/homebrew-tap'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 53 (delta 2), reused 0 (delta 0), pack-reused 41
Receiving objects: 100% (53/53), 6.61 KiB | 1.32 MiB/s, done.
Resolving deltas: 100% (10/10), done.
Tapped 1 formula (15 files, 14KB).
==> Downloading https://formulae.brew.sh/api/formula.jws.json
################################################################################################################################################################################################################################################## 100.0%
==> Fetching dotzero/tap/git-profile
==> Downloading https://github.com/dotzero/git-profile/releases/download/v1.4.0/git-profile_1.4.0_macOS-all.tar.gz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/100094487/2e7d5faa-685c-4755-bd92-8091b0a69cd3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230605%2Fus-east-1%2Fs3%2Faws
################################################################################################################################################################################################################################################## 100.0%
==> Installing git-profile from dotzero/tap
==> Downloading https://formulae.brew.sh/api/cask.jws.json
################################################################################################################################################################################################################################################## 100.0%
🍺  /opt/homebrew/Cellar/git-profile/1.4.0: 5 files, 3.3MB, built in 27 seconds
==> Running `brew cleanup git-profile`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
> git profile
fatal: cannot exec 'git-profile': Bad CPU type in executable

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.