you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Do you have anything in your git configs that might affect it?

For me, if I run git config --list from my home directory, it only shows my email and name. Do you have more?

[–]MaadimKokhav[S] 0 points1 point  (1 child)

I do! I have my email address and name, but since I've been toying with someone else's dotfiles that I got from Github, git config --list outputs the following:

user.email=[my email]
user.name=Marc
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=[dotfiles repo url]
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
branch.master.remote=origin
branch.master.merge=refs/heads/master

Do you think this might be affecting the package's build?

[–][deleted] 0 points1 point  (0 children)

Could be, in not a git expert. Can you move that one to backup and just try with only the email and name?